An educational technology company is designing a new online testing platform that will serve students globally. The application's web tier runs on Amazon EC2 instances inside private subnets across two Availability Zones in the primary region (us-east-1). Outbound internet access for grading APIs is routed through NAT Gateways. The database is hosted on Amazon Aurora PostgreSQL. The architecture must support a secondary recovery region (us-west-2) to satisfy a disaster recovery plan with a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of . For internal service communications, a Route 53 Private Hosted Zone (PHZ) is used to resolve internal microservice endpoints. Which of the following architectures should a solutions architect recommend to meet the RTO and RPO requirements while ensuring high availability and fault tolerance?
- ADeploy the EC2 web tier in both us-east-1 and us-west-2. Deploy a single NAT Gateway in us-east-1 and route outbound traffic from both Availability Zones through it. Use Amazon Aurora Global Database to replicate the database from us-east-1 to us-west-2. Associate the Route 53 Private Hosted Zone (PHZ) with the VPCs in both regions. Configure Route 53 failover routing policies with active-passive health checks to route public traffic.
- BDeploy the EC2 web tier in both us-east-1 and us-west-2. Deploy a NAT Gateway in each Availability Zone within each region. Use Amazon Aurora Global Database to replicate the database from us-east-1 to us-west-2. Associate the Route 53 Private Hosted Zone (PHZ) only with the us-east-1 VPC. Configure Route 53 failover routing policies with active-passive health checks to route public traffic.
- Deploy the EC2 web tier in both us-east-1 and us-west-2. Deploy a NAT Gateway in each Availability Zone within each region. Use Amazon Aurora Global Database to replicate the database from us-east-1 to us-west-2. Associate the Route 53 Private Hosted Zone (PHZ) with the VPCs in both regions. Configure Route 53 failover routing policies with active-passive health checks to route public traffic to us-east-1, failing over to us-west-2 if the primary region is degraded.Cevap
- DDeploy the EC2 web tier in both us-east-1 and us-west-2. Deploy a NAT Gateway in each Availability Zone within each region. Implement a backup schedule using AWS Backup to create snapshots of the Aurora database in us-east-1 every and copy them to us-west-2. Associate the Route 53 Private Hosted Zone (PHZ) with the VPCs in both regions. Configure Route 53 failover routing policies to route public traffic, and restore the database from the copied snapshot in us-west-2 during a failover event.