A company is designing a hybrid network architecture to replicate a database from an on-premises data center to AWS. The database replication traffic requires a continuous, stable throughput of , minimum latency, and encryption in transit. The architecture must connect to five VPCs in a single AWS Region. Which network architecture will meet these requirements with the highest performance and least administrative complexity?
- Establish a AWS Direct Connect connection with MACsec encryption enabled, configure a Transit Virtual Interface to an AWS Transit Gateway, and attach the five VPCs to the Transit Gateway.Answer
- BCreate a single AWS Site-to-Site VPN connection over the internet to a Transit Gateway, relying on default routing to automatically aggregate tunnel bandwidth to handle the database replication stream.
- CEstablish a AWS Direct Connect connection with a Private Virtual Interface, configure a full mesh of VPC Peering connections to connect all five VPCs, and configure stateless Network ACLs to enforce encryption at the subnet boundary.
- DSet up multiple AWS Site-to-Site VPN connections to Virtual Private Gateways in each VPC, and use Amazon Route 53 latency-based routing policies to scale the replication bandwidth dynamically across all VPN connections.
Answer
Establish a AWS Direct Connect connection with MACsec encryption enabled, configure a Transit Virtual Interface to an AWS Transit Gateway, and attach the five VPCs to the Transit Gateway.
The correct answer provides a high-performance network design. A dedicated AWS Direct Connect connection natively supports the throughput requirement. By enabling MACsec, the traffic is encrypted at the physical link layer (Layer 2) without the encapsulation overhead and throughput bottleneck of IPsec VPN tunnels. Using a Transit VIF and AWS Transit Gateway allows the hybrid connection to scale efficiently to multiple VPCs through a centralized hub, minimizing routing complexity.
Step-by-Step Solution
Key Concept
High-throughput hybrid connectivity utilizing AWS Direct Connect with MACsec encryption and AWS Transit Gateway for scalable routing.
Estimated Time:3m 0s