Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.78 KB

File metadata and controls

41 lines (24 loc) · 1.78 KB

AWS Cloud9 - Cloud IDE

Login to AWS Console, go to Ireland(eu-west-1) region and spin up a AWS Cloud9 environment. Please use Firefox or Chrome to open AWS Cloud9. If you don't have a VPC including the default VPC, you cannot deploy the Cloud9. Please create a default VPC first first before launching the Cloud9.

Create a default VPC for Cloud9

Go to VPC console in Ireland and select Your VPCs. Click Create Default VPC in Actions.

Default VPC

If you have a VPC, go to Cloud9 in Irelad.

AWS Ireland

Create AWS Cloud9

Name your AWS Cloud9 Environment Create AWS Cloud9

AWS Cloud9 is free, you only pay for the underlying EC2 instance. Select your EC2 instance type. We can use t2.micro for this lab. To save cost, AWS Cloud9 will spin down the EC2 when you are not using it.

Create AWS Cloud9

Click "Next Step", click "Create environment" and AWS Cloud9 will start! It would typically take 30-60s to create your AWS Cloud9 environment.

Create AWS Cloud9

Clone the workshop project

Once AWS Cloud9 is up and running, execute the following commands in the command shell of Cloud9 to clone the lab files to your Cloud9.

git clone https://github.com/enghwa/MultiRegion-Modern-Architecture.git

Create AWS Cloud9

Completion

Cloud9 setup is completed. Go back to Main or let's start the the first module: Build a BookStore in Primary Region