From the course: AWS for Developers: Deploy a WordPress Blog with AWS CDK v2
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Setting up AWS Cloud9 IDE - Amazon Web Services (AWS) Tutorial
From the course: AWS for Developers: Deploy a WordPress Blog with AWS CDK v2
Setting up AWS Cloud9 IDE
- [Instructor] Since we're going to be coding, we're going to need a development environment. I highly recommend AWS Cloud9. Let me show you why. If you go down here on the main screen of the Cloud9, you'll see that it's pre-packaged with tooling for 40 plus programming languages. This includes the CDK, which we're going to need. It also includes Python. And since we're already within AWS, you can manage permissions way better. So you're going to be deploying code from here and probably you're going to need permissions into your AWS environment. And it's very convenient since, like I said, we're already logged into the AWS console. Let me show you how to create an environment using Cloud9. Click on Create Environment. Let's give it a name, demo environment. No need for a description. We're going to use a new EC2 instance, and I prefer to use larger instances. In this case, it's an M5 large. Keep in mind that this is…