A financial technology organization is designing a high-volume transaction ledger platform. The application must achieve a recovery time objective (RTO) of under seconds and a recovery point objective (RPO) of under seconds for cross-region disaster recovery between us-east-1 and us-west-2. The data layer requires active-active multi-region write capability to prevent regional write bottlenecks. For internal communications, microservices must resolve a shared private DNS namespace across the VPCs in both regions. Additionally, all outbound transaction compliance reports sent to external financial clearinghouses must originate from static, whitelisted public IP addresses from both regions. Which of the following architectures meets these requirements while ensuring high availability and compliance?
- Deploy Amazon DynamoDB Global Tables replicated between us-east-1 and us-west-2. In both regions, deploy active application servers in Auto Scaling groups behind Application Load Balancers (ALBs). Configure Route 53 with an Active-Active Latency-based routing policy associated with health checks. Associate the Route 53 Private Hosted Zone (PHZ) for the internal DNS namespace with the VPCs in both regions. Deploy redundant NAT Gateways across multiple Availability Zones in both VPCs, allocating Elastic IP addresses for outbound traffic.Cevap
- BDeploy Amazon DynamoDB Global Tables replicated between us-east-1 and us-west-2. In us-east-1, deploy active application servers in Auto Scaling groups behind an ALB. In us-west-2, deploy an ALB but keep the application servers scaled down to zero instances, configured to scale out during a failover event. Configure Route 53 with an Active-Passive Failover routing policy. Associate the Route 53 Private Hosted Zone (PHZ) for the internal DNS namespace with the VPCs in both regions. Deploy redundant NAT Gateways across multiple Availability Zones in both VPCs, allocating Elastic IP addresses for outbound traffic.
- CDeploy Amazon DynamoDB Global Tables replicated between us-east-1 and us-west-2. In both regions, deploy active application servers in Auto Scaling groups behind ALBs. Configure Route 53 with an Active-Active Latency-based routing policy associated with health checks. Associate the Route 53 Private Hosted Zone (PHZ) for the internal DNS namespace only with the us-east-1 VPC. Deploy redundant NAT Gateways across multiple Availability Zones in both VPCs, allocating Elastic IP addresses for outbound traffic.
- DDeploy Amazon DynamoDB Global Tables replicated between us-east-1 and us-west-2. In both regions, deploy active application servers in Auto Scaling groups behind ALBs. Configure Route 53 with an Active-Active Latency-based routing policy associated with health checks. Associate the Route 53 Private Hosted Zone (PHZ) for the internal DNS namespace with the VPCs in both regions. Deploy a single NAT Gateway in each region's primary Availability Zone to minimize network gateway costs, allocating Elastic IP addresses for outbound traffic.