Question 9
Domain 1: Cloud ConceptsWhat are some key benefits of using AWS CloudFormation?
Correct answer: C
Explanation
CloudFormation speeds up cloud provisioning with infrastructure as code: “A CloudFormation template describes your desired resources and their dependencies so you can launch and configure them together as a stack.” It also supports a “repeatable process for provisioning of resources,” which makes deployment faster and consistent.
Why each option is right or wrong
A. It automates the provisioning and updating of your infrastructure in a safe and controlled manner.
B. It allows you to model your entire infrastructure in just a text file.
C. All of the above
Each of the listed options is a valid answer; all are needed.