SAP-C02 · Question #507
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 followi
The correct answer is B. Use an Amazon Route 53 failover routing policy for failover from the primary Region to the C. Use a global table within Amazon DynamoDB so data can be accessed in the two selected E. Implement a hot standby model using Auto Scaling groups for the web and application layers. This architecture ensures multi-Region disaster recovery with a 1-minute RTO and high availability by leveraging Route 53 failover routing, DynamoDB global tables for data replication, and a hot standby model for application layers across regions.
Question
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.)
Options
- AUse an Amazon Route 53 weighted routing policy set to 100/0 across the two selected Regions.
- BUse an Amazon Route 53 failover routing policy for failover from the primary Region to the
- CUse a global table within Amazon DynamoDB so data can be accessed in the two selected
- DBack up data from an Amazon DynamoDB table in the primary Region every 60 minutes and then
- EImplement a hot standby model using Auto Scaling groups for the web and application layers
- FUse Auto Scaling groups for the web and application layers across multiple Availability Zones in
How the community answered
(61 responses)- A10% (6)
- B44% (27)
- D31% (19)
- F15% (9)
Why each option
This architecture ensures multi-Region disaster recovery with a 1-minute RTO and high availability by leveraging Route 53 failover routing, DynamoDB global tables for data replication, and a hot standby model for application layers across regions.
A weighted routing policy is for traffic distribution, not automatic failover, and would require manual intervention or complex health checks to achieve a 1-minute RTO during a failure.
An Amazon Route 53 failover routing policy automatically redirects traffic to a healthy secondary region upon detecting primary region failures, directly addressing the 1-minute failover requirement.
Amazon DynamoDB global tables provide active-active, multi-Region replication for NoSQL data, ensuring data availability in both regions for rapid recovery and low-latency access.
A backup and restore strategy every 60 minutes results in a Recovery Point Objective (RPO) of up to 60 minutes and would exceed the 1-minute Recovery Time Objective (RTO) for failover due to the time required for restoration.
Implementing a hot standby model with Auto Scaling groups in both regions means infrastructure for the web and application layers is already running in the secondary region, facilitating a near-instantaneous failover and meeting the 1-minute RTO.
Using Auto Scaling groups across multiple Availability Zones in a single Region provides high availability within that region but does not address the multi-Region disaster recovery requirement for failing over to another Region.
Concept tested: Multi-Region DR, DNS Failover, Data Replication, Hot Standby
Source: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
Community Discussion
No community discussion yet for this question.