An enterprise operates a transaction processing application in `us-east-1` within AWS Account A. The database tier uses an Amazon Aurora PostgreSQL cluster. To improve disaster recovery and satisfy regulatory compliance, the enterprise plans to deploy a warm standby recovery environment in `us-west-2` within AWS Account B. The target Recovery Point Objective (RPO) is minute, and the Recovery Time Objective (RTO) is minutes.
The application uses an internal Route 53 Private Hosted Zone named `internal.corp` in Account A for database endpoint resolution. Additionally, during a failover event, application servers in Account B must be able to securely connect to a public third-party credit verification service via the internet.
Which of the following combinations of actions should the Solutions Architect take to enhance reliability and meet the DR requirements? (Select TWO.)
- Configure an Amazon Aurora Global Database with the primary cluster in `us-east-1` (Account A) and a secondary cluster in `us-west-2` (Account B). In Account A, authorize the association of the Route 53 Private Hosted Zone `internal.corp` with the VPC in Account B. In Account B, associate the VPC with the hosted zone.Answer
- In Account B's VPC, deploy a NAT Gateway in each public subnet across multiple Availability Zones. Configure the route table of each private subnet to route outbound traffic () to the NAT Gateway in the corresponding Availability Zone.Answer
- CShare the Aurora cluster in Account A with Account B using AWS Resource Access Manager (RAM) to create a cross-region Read Replica. In Account B, configure a Route 53 Resolver forwarding rule pointing to Account A's inbound resolver endpoint to resolve the `internal.corp` domain.
- DDeploy a single NAT Gateway in a public subnet in Account B's VPC, and update the route tables of all private subnets to point outbound traffic to it. Create Route 53 failover records pointing to the primary and secondary databases, omitting Route 53 health checks to speed up failover times.
- EAttach a Service Control Policy (SCP) to the Organizational Unit (OU) containing Account B to grant access to Route 53 resources in Account A. Deploy a single NAT instance in Account B with source/destination checks enabled to route outbound internet traffic.