SOA-C02 Exam QuestionsBrowse all questions from this exam

SOA-C02 Exam - Question 353


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?

Show Answer
Correct Answer: A

The most operationally efficient manner to provision the application in additional AWS Regions is to copy the existing AMI to each target Region. This can be achieved by using the aws ec2 copy-image command, which allows the administrator to replicate the fully configured AMI to the desired Regions without recreating it from scratch or taking snapshots of running instances. After copying the AMI, the CloudFormation template should be updated to include mappings for the copied AMIs. This approach leverages the existing fully configured AMIs and ensures consistency across different Regions, facilitating the deployment process.

Discussion

7 comments
Sign in to comment
[Removed]
Jul 10, 2023

A. Copy the AMI to each Region by using the aws ec2 copy-image command. Update the CloudFormation template to include mappings for the copied AMIs.

Christina666Option: A
Jul 29, 2023

A. Copy the AMI to each Region by using the aws ec2 copy-image command. Update the CloudFormation template to include mappings for the copied AMIs. This option involves copying the AMI from the us-east-1 Region to the additional Regions using the aws ec2 copy-image command. Once the AMI is available in each of the target Regions, the CloudFormation template can be updated to include mappings for the copied AMIs in each Region. This allows you to use the fully configured AMI in each Region without needing to recreate it from scratch or take snapshots of running instances.

kevino81Option: A
Jun 29, 2023

A it's correct

Pete987Option: A
Jun 30, 2023

Yes, A makes sense.

DeaconStJohnOption: A
Nov 15, 2023

I think mapping is the key word here

james2033Option: A
Jul 5, 2024

aws ec2 copy-image https://docs.aws.amazon.com/cli/latest/reference/ec2/copy-image.html

james2033Option: A
Jul 5, 2024

is running on > 100 EC2 instances of us-east-1 . --> Add four additional Regions --> Copy API to each Region.