A retail company is designing a disaster recovery (DR) and high availability architecture for its inventory management application. The primary environment runs in the eu-west-1 Region, and the DR environment will be deployed in the eu-central-1 Region. The application uses Amazon Aurora MySQL for database storage. The business requirements specify a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. The application instances in both VPCs need to resolve internal endpoints using a Route 53 private hosted zone named inventory.internal. Additionally, application instances in the active Region must maintain redundant, highly available outbound internet connectivity to communicate with external supplier APIs, even during an Availability Zone outage. Which configuration meets these requirements with the least administrative complexity?
- AConfigure an Amazon Aurora Global Database with the primary cluster in eu-west-1 and a secondary cluster in eu-central-1. Associate the inventory.internal private hosted zone with the VPCs in both Regions. In each VPC, deploy a single NAT Gateway in one Availability Zone, routing outbound internet traffic from all private subnets across all Availability Zones to this single NAT Gateway.
- BConfigure an Amazon Aurora Global Database with the primary cluster in eu-west-1 and a secondary cluster in eu-central-1. Create the inventory.internal private hosted zone in eu-west-1 and rely on a Route 53 public resolver to resolve the endpoints from eu-central-1. In each VPC, deploy a NAT Gateway in each Availability Zone and update the route tables accordingly.
- Configure an Amazon Aurora Global Database with the primary cluster in eu-west-1 and a secondary cluster in eu-central-1. Associate the inventory.internal private hosted zone with the VPCs in both Regions. In each VPC, deploy a NAT Gateway in each Availability Zone and update the route tables to route outbound internet traffic through the local NAT Gateway in the respective zone.Cevap
- DSet up daily Amazon Aurora snapshots in eu-west-1, copy them to eu-central-1 every 4 hours, and restore them in the event of a disaster. Associate the inventory.internal private hosted zone with the VPCs in both Regions. In each VPC, deploy a single NAT Gateway in one Availability Zone to route outbound internet traffic.