AWS Certified SysOps Administrator – Associate — Question 263

A company asks a SysOps administrator to provision an additional environment for an application in four additional AWS Regions. The application is running on more than 100 Amazon C2 instances in the us-east-1 Region, using fully configured Amazon Machine Images (AMIs). The company has an AWS CloudFormation template to deploy resources in us-east-1.

What should the SysOps administrator do to provision the application in the MOST operationally efficient manner?

Answer options

Correct answer: A

Explanation

The correct answer is A because copying the AMIs directly to the required Regions allows for quick and efficient deployment without needing to create new snapshots or modify the existing instances. Option B is less efficient as it involves additional steps like creating snapshots and AMIs. Option C does not address the need for AMIs in the new Regions and simply replicates the existing setup without optimizing the process. Option D does not address the requirement of having the AMIs available in the new Regions.