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?
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?
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.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html
A is the correct answer.
A is correct