Lab complete!
Now that you have completed this lab, make sure to update your Well-Architected review if you have implemented these changes in your workload.
Click here to access the Well-Architected Tool
The CloudFormation template that accompanies this lab requires the ability to create IAM Roles and IAM Instance Profiles. If the account you are using does not have these capabilities, you will not be able to complete this lab.
Download the time_test.yaml CloudFormation template to your machine.
This lab assumes you will be deploying to the default VPC within your AWS account. If you wish to deploy to a different VPC, just select the subnet that corresponds to your VPC.
If you have modified the default VPC or are using a VPC you have created, ensure that the subnet you are deploying the EC2 instances into can communicate with the internet and with AWS Systems Manager. One method for this is to Create a VPC endpoint for SSM
Go to the AWS CloudFormation console at https://console.aws.amazon.com/cloudformation and click Create Stack > With new resources
Leave Prepare template setting as-is
Click Next
For Stack name use TimeTest
Parameters
Look over the Parameters and their default values.
Stack Name – Whatever you want to call the stack for this test
EC2InstanceSubnetId – The subnet you wish to deploy the 2 EC2 instances into for testing.
KVMNodeInstanceType – What size KVM Node (which implies it is a Nitro instance) to use for the test
KeyName – SSH keyname to use for the test (in case you want to ssh into the box to run additional tests)
LatestAmiId – This will auto-populate with the latest version of the Amazon Linux AMI
XenNodeInstanceType – Which non-nitro Xen based node to use for the test
Click Next
For Configure stack options we recommend configuring tags, which are key-value pairs, that can help you identify your stacks and the resources they create. For example, enter Owner in the left column which is the key, and your email address in the right column which is the value. We will not use additional permissions or advanced options so click Next. For more information, see Setting AWS CloudFormation Stack Options.
For Review
This will take you to the CloudFormation stack status page, showing the stack creation in progress.
When it shows status CREATE_COMPLETE, then you are finished with this step.
Now that you have completed this lab, make sure to update your Well-Architected review if you have implemented these changes in your workload.
Click here to access the Well-Architected Tool