A financial services company is establishing a hybrid network connection between its on-premises data center and a VPC in the AWS Cloud. The company needs to replicate a high-volume transactional database to AWS, requiring a continuous, secure, and encrypted bandwidth of at least with minimal latency. The solutions architect decides to implement an AWS Site-to-Site VPN over an existing AWS Direct Connect connection.
Which configuration should the solutions architect implement to meet these performance and security requirements?
- Configure an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled, associate it with a Direct Connect gateway using a transit virtual interface (VIF), and establish multiple Site-to-Site VPN connections terminating on the Transit Gateway.Answer
- BAttach a virtual private gateway (VGW) to the VPC, associate it with a Direct Connect gateway using a private virtual interface (VIF), and establish a single AWS Site-to-Site VPN connection to encrypt all replication traffic.
- CDeploy an AWS Site-to-Site VPN connection terminating on a virtual private gateway (VGW) and configure stateless Network Access Control Lists (NACLs) to automatically distribute and parallelize the database replication traffic across multiple private subnets.
- DSet up multiple active-active AWS Site-to-Site VPN connections and configure Amazon Route 53 with a latency-based routing policy to automatically route database replication traffic across the connections to optimize throughput.
Answer
Configure an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled, associate it with a Direct Connect gateway using a transit virtual interface (VIF), and establish multiple Site-to-Site VPN connections terminating on the Transit Gateway.
The correct answer utilizes AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled. An AWS Site-to-Site VPN tunnel is restricted to a maximum throughput of . To scale beyond this limit and achieve the required bandwidth, multiple VPN tunnels must be established and aggregated. By terminating these VPN connections on an AWS Transit Gateway that has ECMP routing active and is connected via a transit virtual interface (VIF) to a Direct Connect gateway, the network can balance traffic across multiple tunnels, satisfying both the high-throughput performance requirement and the data encryption requirement over Direct Connect.
Step-by-Step Solution
Key Concept
Scaling VPN throughput over AWS Direct Connect requires AWS Transit Gateway with ECMP enabled, routing over a transit virtual interface (VIF).
Estimated Time:2m 30s