IaC with CloudFormation Quiz

5 questions Pass: 70% +25 pts

Quiz covering Programming Concepts

IaC with CloudFormation 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 section of an AWS CloudFormation template is mandatory for defining the resources you want to create?

  2. 2

    When using CloudFormation, what is the primary purpose of the 'Intrinsic Function' Fn::Sub?

  3. 3

    If you need to pass a value into a CloudFormation template at runtime, which section should you configure?

  4. 4

    Which CloudFormation feature should you use to prevent a specific resource from being deleted during a stack update or deletion?

  5. 5

    You have a template with a DependsOn attribute between ResourceA and ResourceB. If ResourceA has a DeletionPolicy of 'Retain', what happens to ResourceB if you delete the stack?