A gaming company has a telemetry platform deployed across two AWS accounts: Account A holds the primary application tier (Application Load Balancer (ALB) and Amazon EC2 instances in us-east-1) and Account B holds the disaster recovery warm standby tier (ALB and EC2 instances in us-west-2). The database layer is an Amazon Aurora Global Database spanning both Regions. The company's private internal network resolution uses a Route 53 Private Hosted Zone (PHZ) hosted in Account A.
During a simulated outage of the us-east-1 Region, internal services in Account B were unable to resolve the database and application endpoints, and Route 53 failed to automatically redirect internal client traffic to the secondary ALB. Additionally, the Solutions Architect must ensure outbound traffic from the secondary application tier in us-west-2 has redundant paths to the internet to prevent single-AZ failures from blocking replication or telemetry collection.
Which TWO steps should the Solutions Architect take to resolve these issues and ensure reliable multi-region failover? (Select TWO.)
- Associate the Private Hosted Zone in Account A with the VPC in Account B. Authorize the cross-account association from Account A, and then associate the VPC in Account B using the AWS CLI or SDK.Answer
- Configure Route 53 failover routing records for the Application Load Balancer endpoints within the Private Hosted Zone. Associate the primary record with a Route 53 health check that monitors the primary application, and enable Evaluate Target Health.Answer
- CCreate a duplicate Route 53 Private Hosted Zone with the exact same domain name in Account B, associate it with the VPC in Account B, and configure duplicate DNS records pointing to the local resources in us-west-2.
- DConfigure the Route 53 failover records using a 0-second TTL and remove all health check associations to allow clients to query the secondary ALB immediately upon connection timeout.
- EDeploy a single NAT Gateway in a public subnet of the us-west-2 VPC, and configure the route tables of all private subnets to point to it, optimizing cost during warm standby mode.