AWS Certified SysOps Administrator – Associate (legacy) — Question 545

A company has deployed its infrastructure using AWS CloudFormation. Recently, the company made manual changes to the infrastructure. A SysOps
Administrator is tasked with determining what was changed and updating the CloudFormation template.
Which solution will ensure all the changes are captured?

Answer options

Correct answer: B

Explanation

Creating and executing a change set allows the administrator to preview how the proposed template updates will affect the running resources before applying them, ensuring a controlled and fully captured update process. Other methods like recreating the entire stack can cause unnecessary downtime, while manually adjusting parameters without a change set does not provide a preview of the impact. Although drift detection identifies out-of-band changes, generating a change set is the standard, safe method for reviewing and applying template updates to match desired states.