...On your own

Running the workshop self-paced, in your own AWS account

If you are at an AWS Event, please skip this step!

To avoid unwanted costs in your account, don’t forget to go through the Cleanup step when you finish the workshop, or if you deploy the CloudFormation template but don’t complete the workshop.

To complete this workshop, you need access to an AWS account with administrative permissions. An IAM user with administrator IAM access policy (arn:aws:iam::aws:policy/AdministratorAccess) or equivalent IAM access policy is required.

Deploy CloudFormation Stack

To save time on the initial setup, you deploy a CloudFormation template to create various supporting resources including IAM policies and roles, EC2 Launch Template, VPC, Subnets and a Cloud9 IDE environment for you to run the steps for the workshop in.

  1. You can view and download the CloudFormation template from GitHub here. (Tip: Right click the link and Save Link As, to download the file.). Take a moment to review the CloudFormation template so you understand the resources it will be creating.
  2. Browse to the AWS CloudFormation console and click Create stack, then With new resources(standard).
  3. In the Specify template section, select Upload a template file. Click Choose file and, select the template you downloaded in step 1 and click Next.
  4. In the Specify stack details section, enter a Stack name and click Next. (Tip: The stack name cannot contain space, use myEC2Workshop for example.)
  5. In Configure stack options, you don’t need to make any changes and click Next.
  6. Review the information for the stack. At the bottom under Capabilities, select I acknowledge that AWS CloudFormation might create IAM resources. When you’re satisfied with the settings, click Create stack.

The CloudFormation stack takes about 45 minutes for the environment setup and the bootstrap script to finish creating the CloudWatch metrics data.

Login to AWS Cloud9 IDE

  1. On the AWS CloudFormation console, select the stack in the list.
  2. In the stack details pane, click the Events tab.
  3. Click the refresh button to update the events in the stack creation
  4. When AWS CloudFormation has successfully created the stack, you will see the CREATE_COMPLETE event at the top of the Events tab.
  5. In the stack details pane, click the Outputs tab.
  6. Click on the url of the AWS Cloud9 environment, it’s the value of Cloud9IDE in the CloudFormation stack outputs. cloudformation-create-complete
  7. In the Cloud9 IDE, check the folders in left navigation, look for folder named ec2-spot-workshops, confirm it exists.
  8. In the Cloud9 terminal, change into the workshop directory
    cd ec2-spot-workshops/workshops/efficient-and-resilient-ec2-auto-scaling
    
    predictive-scaling