Review Questions
-
Which of the following is an advantage of using CloudFormation?
- It uses the popular Python programming language.
- It prevents unauthorized manual changes to resources.
- It lets you create multiple separate AWS environments using a single template.
- It can create resources outside of AWS.
-
What formats do CloudFormation templates support? (Select TWO.)
- XML
- YAML
- HTML
- JSON
-
What’s an advantage of using parameters in a CloudFormation template?
- Allow customizing a stack without changing the template.
- Prevent unauthorized users from using a template.
- Prevent stack updates.
- Allow multiple stacks to be created from the same template.
-
Why would you use CloudFormation to automatically create resources for a development environment instead of creating them using AWS CLI commands? (Select TWO.)
- Resources CloudFormation creates are organized into stacks and can be managed as a single unit.
- CloudFormation stack updates help ensure that changes to one resource...