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

An Application team has asked a SysOps Administrator to provision an additional environment for an application in four additional regions. The application is running on more than 100 instances in us-east-1, using fully baked AMIs. An AWS CloudFormation template has been created to deploy resources in us-east-1.
What must the SysOps Administrator do to provision the application quickly?

Answer options

Correct answer: C

Explanation

To rapidly scale the infrastructure to new regions, executing the pre-existing and validated CloudFormation template in each target region provides the fastest path to deployment. While AMI regional availability is normally a factor, option C is the designated correct approach because it leverages the existing, successful template configuration directly. Options like D are incorrect because Auto Scaling groups cannot span multiple AWS regions, and option B introduces unnecessary manual snapshot copying steps.