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.
If you have a VPC, go to Cloud9 in Irelad.
Name your AWS Cloud9 Environment
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.
Click "Next Step", click "Create environment" and AWS Cloud9 will start! It would typically take 30-60s to create your AWS Cloud9 environment.
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
Cloud9 setup is completed. Go back to Main or let's start the the first module: Build a BookStore in Primary Region