DVA-C02 Exam QuestionsBrowse all questions from this exam

DVA-C02 Exam - Question 338


A company is using AWS CloudFormation templates to deploy AWS resources. The company needs to update one of its AWS CloudFormation stacks.

What can the company do to find out how the changes will impact the resources that are running?

Show Answer
Correct Answer: A

To determine how changes will impact the resources within an existing AWS CloudFormation stack, the company should investigate the change sets. Change sets allow you to preview the changes AWS CloudFormation will apply to your stack so that you can understand the potential impact before executing the update.

Discussion

3 comments
Sign in to comment
KarBiswaOption: A
Mar 19, 2024

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html

65703c1Option: A
May 24, 2024

A is the correct answer.

kyowo
Jul 5, 2024

A is correct