A global digital publishing platform is designing a highly available, multi-region architecture to host its core subscription system on AWS. The primary environment is deployed in the us-east-1 Region, and the secondary disaster recovery (DR) environment is in the us-west-2 Region. The business requires a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute, while minimizing active compute costs and management overhead. The database layer utilizes Amazon Aurora PostgreSQL. The application must support outbound connections to external validation services that remain resilient during Availability Zone (AZ) outages in either Region. Furthermore, internal containerized microservices in both Regions must resolve private DNS names across the peered VPCs. Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Configure an Amazon Aurora Global Database with the primary cluster in us-east-1 and a secondary cluster in us-west-2. Associate the Route 53 Private Hosted Zones containing internal microservice endpoints with the VPCs in both Regions.Cevap
- Deploy a NAT Gateway in each Availability Zone within the public subnets of both Regions, and configure the route tables of the private subnets to route outbound traffic through the local NAT Gateway in their respective Availability Zone.Cevap
- CConfigure a daily snapshot backup policy for Amazon RDS for PostgreSQL in us-east-1, copy the snapshots to us-west-2 using AWS Backup, and restore the database from the snapshot in us-west-2 during failover to minimize active database costs.
- DConfigure Route 53 Private Hosted Zones in us-east-1 and rely on a shared Transit Gateway to automatically route and resolve DNS queries from the us-west-2 VPC without explicitly associating the host zone with the secondary VPC.
- EDeploy a single NAT Gateway in one public subnet per Region to minimize NAT Gateway hourly costs, and update the route tables of all private subnets across all Availability Zones in that Region to use this single NAT Gateway.
- FEnable Amazon Aurora Replica Auto Scaling on the reader nodes within the us-west-2 secondary cluster to dynamically scale and automatically accept write operations during a primary Region degradation.