Question 262:
You are in charge of designing a number of Cloudformation templates for your organization. You are required to make changes to the stack resources every now and then based on the requirement. How can you check the impact of the change to resources in a cloudformation stack before deploying changes to the stack?
Answer options:
A.There is no way to control this. You need to check for the impact beforehand. B.Use Cloudformation change sets to check for the impact to the changes. C.Use Cloudformation Stack Policies to check for the impact to the changes. D.Use Cloudformation Rolling Updates to check for the impact to the changes.