AWS Certified Solutions Architect – Professional — Question 376

A solutions architect needs to define a reference architecture for a solution for three-tier applications with web, application, and NoSQL data layers. The reference architecture must meet the following requirements:
✑ High availability within an AWS Region
✑ Able to fail over in 1 minute to another AWS Region for disaster recovery
✑ Provide the most efficient solution while minimizing the impact on the user experience
Which combination of steps will meet these requirements? (Choose three.)

Answer options

Correct answer: B, C, E

Explanation

To achieve a failover time of under 1 minute, Amazon Route 53 failover routing with a low TTL of 30 seconds is required, as a 1-hour TTL would delay DNS propagation too long. Amazon DynamoDB global tables provide active-active replication across regions to meet the RTO/RPO requirements, unlike slow S3 backup-and-restore scripts. A hot standby model utilizing Auto Scaling groups with a mix of zonal Reserved Instances (for guaranteed capacity in disaster recovery) and On-Demand Instances ensures high availability and cost efficiency without the sudden termination risks associated with Spot Instances.