A medical device company is designing a high availability and disaster recovery architecture for its patient monitoring dashboard. The primary database runs on an Amazon Aurora PostgreSQL DB cluster in the us-east-1 Region. The system requires an RTO of 15 minutes and an RPO of 5 minutes. The architecture must span a secondary Region (us-west-2) for disaster recovery. The network design requires private connections from on-premises hospitals using AWS Direct Connect, routing through Transit Gateways in both Regions.
Which TWO network and database configuration designs should the Solutions Architect implement to meet the HA/DR requirements? (Select TWO.)
- Configure Amazon Aurora Global Database with a secondary DB cluster in the secondary Region, and use Route 53 Application Recovery Controller routing controls to manage traffic routing during failover.Cevap
- Deploy a dedicated NAT Gateway in each Availability Zone of the private subnets' VPCs to ensure outbound connectivity remains highly available across all active zones.Cevap
- CEstablish cross-region disaster recovery by running hourly database snapshot copies to the secondary Region and executing a restore process during failover.
- DDeploy a single NAT Gateway in a single public subnet in the primary Region and configure all private subnets across all Availability Zones to route outbound traffic through it.
- EConfigure a Route 53 Private Hosted Zone for service resolution in the primary Region without associating it with the VPCs located in the secondary Region.
- FConfigure the secondary DB cluster to scale Aurora Replicas dynamically in the recovery Region to handle database writes synchronously with the primary cluster's write endpoint.
Cevap
Configure Amazon Aurora Global Database with a secondary DB cluster using Route 53 Application Recovery Controller, and deploy a dedicated NAT Gateway in each Availability Zone of the private subnets' VPCs.
Implementing Amazon Aurora Global Database ensures sub-second asynchronous replication, which fits well within the 5-minute RPO constraint, while Route 53 Application Recovery Controller facilitates fast multi-region routing failovers to meet the 15-minute RTO. Additionally, placing a NAT Gateway in every Availability Zone guarantees that a failure in one zone does not disrupt egress traffic for instances located in other zones, preserving high availability.
Adım Adım Çözüm
Anahtar Kavram
High Availability and Disaster Recovery Design