Clone this repository to your local workspace. This contains the CloudFormation templates and other materials you will need during the workshop.
If you do not already have an EC2 keypair created, sign-in to the AWS EC2 console at https://console.aws.amazon.com/ec2/
Click Key Pairs and then click Create Key Pair.
Give the key pair a name and click Create. The console will generate a new key pair and download the private key. Keep this somewhere safe.
Deploy the initial CloudFormation template. This creates IAM roles, an S3 bucket, and other resources that you will use in later labs
Region | Launch Template |
---|---|
Oregon (us-west-2) | ![]() |
Ohio (us-east-2) | ![]() |
Ireland (eu-west-1) | ![]() |
Singapore (ap-southeast-1) | ![]() |
If you are sharing an AWS account with someone else doing the workshop, only one of you needs to create this stack.
The Stack will be name catsndogssetup. Later labs will reference this stack by name, so if you choose a different stack name you will need to change the LabSetupStackName parameter in later labs.
Note: Be sure to tick the I acknowledge that AWS CloudFormation might create IAM resources with custom names check box.