AWS Certified Solutions Architect – Associate (SAA-C02) — Question 238

A company hosts its application in the AWS Cloud. The application runs on Amazon EC2 instances behind an Elastic Load Balancer in an Auto Scaling group and with an Amazon DynamoDB table. The company wants to ensure the application can be made available in another AWS Region with minimal downtime.
What should a solutions architect do to meet these requirements with the LEAST amount of downtime?

Answer options

Correct answer: A

Explanation

Option A is correct because it involves setting up an Auto Scaling group and load balancer in the disaster recovery Region while configuring the DynamoDB table as a global table, ensuring minimal downtime. Options B and C do not prioritize the use of a global DynamoDB table, which is crucial for maintaining data availability. Option D, while it includes a CloudWatch alarm, adds unnecessary complexity with the Lambda function instead of a straightforward DNS failover setup.