AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It includes a code editor, debugger, and terminal. Cloud9 comes pre-packaged with essential tools for popular programming languages and the AWS Command Line Interface (CLI) pre-installed so you don’t need to install files or configure your laptop for this workshop.
Cloud9 works best with Chrome or Firefox, not Safari. This workshop is not supported on a tablet.
For this workshop we will be using us-west-2
(All links in the lab instructions will be pointed to this region)
✅ Step-by-step Instructions
Select Create Environment.
Enter aws-devops-partner-workshop
into Name and optionally provide a Description.
Select Next step.
In Environment settings:
Set the Instance type to t2.small (1 GiB RAM + 1 vCPU).
Leave all other defaults unchanged.
Select Next step.
Review the environment settings and select Create environment. It will take a couple of minutes for your Cloud9 environment to be provisioned and prepared.
Close the Preferences tab
To ensure temporary credentials aren’t already in place we will also remove any existing credentials file:
rm -vf ${HOME}/.aws/credentials