DVA-C02 · Question #759
DVA-C02 Question #759: Real Exam Question with Answer & Explanation
The correct answer is B: Create a change set for CloudFormation stack updates.. A CloudFormation change set allows the developer to review the changes that will be made to the stack before actually applying them. This includes additions, deletions, and modifications to resources, making it the correct solution for safely reviewing updates to a CloudFormation
Question
A developer creates an AWS CloudFormation template for a development environment. The developer configures a CloudFormation stack for the development environment. The developer must occasionally update the CloudFormation template. The developer must review changes that are made to the stack when the developer updates the CloudFormation template. Which solution will meet these requirements?
Options
- ACreate a stack set for CloudFormation stack updates.
- BCreate a change set for CloudFormation stack updates.
- CConfigure AWS X-Ray to inspect the CloudFormation stack.
- DAdd a CloudFormation. HookTypeConfig resource to the template.
Explanation
A CloudFormation change set allows the developer to review the changes that will be made to the stack before actually applying them. This includes additions, deletions, and modifications to resources, making it the correct solution for safely reviewing updates to a CloudFormation
Community Discussion
No community discussion yet for this question.