CloudFormation Fundamentals Quiz

5 questions Pass: 70% +25 pts

Quiz covering Infrastructure as Code

CloudFormation Fundamentals 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 is the primary file format used to define AWS CloudFormation templates?

  2. 2

    You want to dynamically pass values into your CloudFormation template at runtime, such as an environment name or instance type. Which section of the template should you define these in?

  3. 3

    What is the purpose of the 'Mappings' section in a CloudFormation template?

  4. 4

    If you update a CloudFormation stack and the update fails, what is the default behavior of CloudFormation?

  5. 5

    You have a complex architecture where you need to reference an output value from one CloudFormation stack in another stack. What is the recommended mechanism to achieve this?