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

A company is planning to expand into an additional AWS Region for disaster recovery purposes. The company uses AWS CloudFormation, and its infrastructure is well-defined as code. The company would like to reuse as much of its existing code as possible when deploying resources to additional Regions.
A SysOps Administrator is reviewing how Amazon Machine Images (AMIs) are selected in AWS CloudFormation, but is having trouble making the same stack work in the new Region.
Which action would make it easier to manage multiple Regions?

Answer options

Correct answer: B

Explanation

The correct answer is B because duplicating the stack allows for unique AMI names tailored to the specific Region, ensuring no conflicts arise from naming conventions. Options A and C do not address the issue of differing AMI IDs across Regions, while D, although useful for mapping, does not provide a direct solution for managing AMI names in the deployment process.