28
AWS Serverless Observability Workshop, Part I
The following prerequisites are required for this workshops:
If you don’t already have an AWS account with Administrator access: create one now by clicking here
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.
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:

nvm install stable
sudo yum -y install jq
sudo pip3 install locust
Select AWS SETTINGS
Turn off AWS managed temporary credentials
Close the Preferences tab
28