This hands-on lab allows the student to create a condition function in a CloudFormation template. The condition function will determine if the VPC deployed by the template will be configured with default or dedicated tenancy. The student can either take the challenge of completing the lab without looking at the solution template, or they follow along with the solution offered in the second video.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create a VPC with Dedicated Tenancy
- From the CloudFormation Management Console, select Create Stack.
- Upload the template with the condition function.
- In the Parameters select Dedicated.
- Click Next, then click Create Stack.
- Create a VPC with Default Tenancy
- From the CloudFormation Management Console, select Create Stack.
- Upload the template with the condition function.
- In the Parameters select Default.
- Click Next, then click Create Stack.