A company has two VPCs in the same AWS Region that need to share database replication traffic. The database replication requires high throughput and the lowest possible latency between the VPCs. Which network connectivity option should a solutions architect recommend to meet these performance requirements?
- ASet up an AWS Site-to-Site VPN connection between the VPCs to tunnel the database replication traffic.
- BConfigure Amazon Route 53 with a latency-based routing policy to route the traffic over the public internet.
- Establish a VPC peering connection between the VPCs and update the VPC route tables to direct traffic.Answer
- DConfigure stateful Network Access Control Lists (NACLs) to bypass the VPC routing table and establish a direct connection.
Answer
Establish a VPC peering connection between the VPCs and update the VPC route tables to direct traffic.
The correct option is to establish a VPC peering connection. VPC peering allows direct routing of traffic between VPCs in the same Region using private IP addresses. Because it does not rely on physical gateways or VPN tunnels, it has no bandwidth bottlenecks, provides the lowest latency, and does not incur encryption overhead.
Step-by-Step Solution
Key Concept
VPC Peering for High-Performance Inter-VPC Connectivity