Cloud9 is Cloud IDE. If you prefer to work with local one, please ensure AWS credentials configuration and all pre-requisites at place.
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.
Your Cloud9 environment will have access to the same AWS resources as the user with which you logged into the AWS Management Console. We strongly recommend using Cloud9 to complete this workshop.
Cloud9 works best with Chrome or Firefox, not Safari. It cannot be used from a tablet.
✅ Step-by-step Instructions
Select Create environment
Enter gitops-workshop
into Name, other fields can be left as default
Review the environment settings and select Create. It will take a couple of minutes for your Cloud9 environment to be provisioned and prepared.
When the environment comes up, click Open and customize the environment by:
Close the welcome page tab
Close the lower work area tab
Open a new terminal tab in the main work area (Window - New Terminal)
Verify that your user is logged in by running the command aws sts get-caller-identity
. Copy and paste the command into the Cloud9 terminal window.
aws sts get-caller-identity
You’ll see output indicating your account and user information:
{
"Account": "123456789012",
"UserId": "AKIAIOSFODNN7EXAMPLE",
"Arn": "arn:aws:iam::123456789012:assumed-role/TeamRole/MasterKey"
}
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update
Close the terminal and open a new one.
aws --version
If you don’t like this dark theme, you can change it from the View / Themes Cloud9 workspace menu.
Cloud9 requires third-party-cookies. You can whitelist the specific domains. You are having issues with this, Ad blockers, javascript disablers, and tracking blockers should be disabled for the cloud9 domain, or connecting to the workspace might be impacted.