An enterprise operates a transaction processing application in us-east-1 within AWS Account A. The database tier uses a Multi-AZ Amazon Aurora PostgreSQL DB cluster, and the application tier runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The EC2 instances reside in private subnets and route outbound API validation traffic through a single NAT Gateway located in a single public subnet.
To enhance disaster recovery (DR) and reliability, the company plans to establish a warm standby DR environment in us-west-2 within AWS Account B. The target recovery time objective (RTO) is 10 minutes, and the recovery point objective (RPO) is 1 minute. The database tier will be replicated using Amazon Aurora Global Database. A Private Hosted Zone (PHZ) named corp.internal in Account A is used to map database connections to db.corp.internal.
Which TWO actions should the Solutions Architect take to configure the warm standby environment to meet these requirements?
- Authorize the association of the corp.internal Private Hosted Zone in Account A with the VPC in Account B using the Route 53 API or AWS CLI, and then associate the VPC in Account B with the Private Hosted Zone.Answer
- Deploy a NAT Gateway in each Availability Zone in the standby VPC in us-west-2, and configure the private subnet route tables to direct outbound traffic to the local NAT Gateway within the same Availability Zone.Answer
- CIn Account B, create a duplicate Private Hosted Zone for corp.internal and use a Route 53 Resolver outbound endpoint to forward database queries to Account A's Route 53 Resolver inbound endpoint.
- DDeploy a single NAT Gateway in one Availability Zone in the us-west-2 VPC and configure all standby private subnets to route outbound traffic through it, relying on Route 53 health checks to route outbound traffic to Account A's NAT Gateway if the local NAT Gateway fails.
- EConfigure a Route 53 active-passive failover routing policy using a standard HTTP health check pointing to the private IP address of the database writer endpoint to automate regional failover of the application tier during a primary database outage.