CloudFormation Templates Quiz

5 questions Pass: 70% +25 pts

Quiz covering Infrastructure as Code

CloudFormation Templates Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which of the following sections is the only mandatory section in an AWS CloudFormation template?

  2. 2

    If you need to pass a value into your CloudFormation template at runtime, such as an instance type or an environment name, which section should you use?

  3. 3

    What is the primary purpose of using 'Intrinsic Functions' like !Ref or !Sub in a CloudFormation template?

  4. 4

    You want to ensure that an EC2 instance is only created if the 'Environment' parameter is set to 'Production'. Which section should you use to implement this logic?

  5. 5

    When using a 'StackSet' to deploy resources across multiple accounts and regions, which property must be defined to ensure that resources are created in the correct order across different stacks?