From the course: AWS Infrastructure as Code for Software Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Cloud9 IDE and AWS CDK installation

Cloud9 IDE and AWS CDK installation - Amazon Web Services (AWS) Tutorial

From the course: AWS Infrastructure as Code for Software Developers

Start my 1-month free trial

Cloud9 IDE and AWS CDK installation

- [Instructor] For the purpose of this overview, we're going to be using an EC2 instance that is integrated with the Cloud9 IDE. Cloud9 is an integrated development environment provided by AWS for cloud-based software development. Let's take advantage of that and use the service to install our AWS CDK right now. From the Console, after you log in, make sure you're in the correct region. In this case I'm using us-east-1, also known as Northern Virginia. I'm going to select VPC from the services, and I'm going to make sure that at least I have one VPC with an internet gateway attached to it because we're going to need to download AWS CDK from our EC2 instance. Now that we verified, I'll go again to Services, type cloud9, and we are presented with the Cloud9 splash screen. I'll select Create environment. I'll give it a name, CDKOverview and a short description. I'll click on Next. I'll select t2.small here for the…

Contents