A retail company hosts its primary database in a VPC within the Region. The company needs to replicate database logs continuously to a disaster recovery VPC in the Region. The replication traffic is highly variable, regularly peaking at . To comply with corporate policies, all data must be encrypted in transit, must not traverse the public internet, and must travel over a private network connection that can scale dynamically to support peak traffic. Which network configuration meets these requirements with the lowest operational complexity?
- Establish an Inter-Region VPC Peering connection between the two VPCs and route the replication traffic directly over the peering connection.Answer
- BDeploy a Site-to-Site VPN connection between the VPCs using AWS Transit Gateway in both regions to encrypt the replication traffic.
- CConfigure software-based VPN appliances on Amazon EC2 instances in each VPC, and route traffic using public IP addresses with Network ACLs to restrict access.
- DEstablish an AWS Direct Connect connection with an IPsec VPN between the two VPCs, and configure Amazon Route 53 latency-based routing to resolve the replica endpoints.
Answer
Establish an Inter-Region VPC Peering connection between the two VPCs and route the replication traffic directly over the peering connection.
Establishing an Inter-Region VPC Peering connection is the most efficient solution because it routes traffic over the private AWS global network backbone, avoiding the public internet. Inter-Region VPC Peering traffic is automatically encrypted at the physical layer. It does not have any bandwidth throughput bottlenecks, meaning it easily handles the peak traffic without requiring additional infrastructure configuration.
Step-by-Step Solution
Key Concept
AWS Inter-Region VPC Peering features built-in physical layer encryption and scales without throughput limits across the AWS global network backbone.