AWS Certified Solutions Architect – Associate (SAA-C03) — Question 938

A company runs a web application on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The application stores data in an Amazon Aurora MySQL DB cluster.

The company needs to create a disaster recovery (DR) solution. The acceptable recovery time for the DR solution is up to 30 minutes. The DR solution does not need to support customer usage when the primary infrastructure is healthy.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A provides a highly effective Pilot Light / Warm Standby disaster recovery strategy that easily meets the 30-minute RTO by utilizing Amazon Aurora Global Database for fast, cross-region replication and maintaining pre-provisioned, low-capacity resources. Options B and C are incorrect because an Auto Scaling group cannot span across multiple AWS Regions. Option D is incorrect because AWS Backup is used for data backups, not for backing up and automatically recreating full infrastructure configurations like ALBs and Auto Scaling groups across regions.