On the left hand navigation, select Users, then click on the Add User button.
Enter the user details:
Attach the AdministratorAccess IAM Policy, and click Next: Tags
We will skip adding tags for the workshop. Click Next: Review
Click to create the new user:
Take note of the login URL and save it for future use:
Click on this URL to go to the AWS Management Console login page, use the username and password for the workshop user you just created.
CREATE A WORKSPACE
Launch Cloud9 in your closest region:
Accept the default values for Stack name and Parameters and click Create stack.
Wait until your Stack creating status shows as CREATE_COMPLETE
Go to your Cloud9 Environment.
Find the environment named serverless-observability-workshop, click Open IDE.
When the Cloud9 console is shown, customize the environment by closing the welcome tab and the AWS Toolkit tab, lower work area, and opening a new terminal tab in the main work area:
Your workspace should now look like this:
UPDATE YOUR WORKSPACE
Install dependencies
Run the following commands in the Cloud9 terminal to update nvm (Node Version Manager) and install jq (a command-line JSON processor) and Locust (a load testing tool)