A company is setting up a hybrid network to migrate large application payloads from its on-premises environment to a VPC in the us-east-1 Region. The transfer process requires a secure, encrypted connection with a minimum throughput of . Which solution should the solutions architect propose to meet this throughput requirement?
- Establish an AWS Site-to-Site VPN connection terminating on an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled, using multiple VPN tunnels.Answer
- BEstablish a single AWS Site-to-Site VPN connection terminating on a Virtual Private Gateway (VGW) and configure the customer gateway to utilize both IPSec tunnels simultaneously.
- CDeploy a single AWS Site-to-Site VPN connection and modify the subnet Network Access Control Lists (NACLs) to allow stateful session bypass to increase tunnel throughput.
- DDeploy multiple AWS Site-to-Site VPN connections and configure an Amazon Route 53 Latency routing policy to balance the payload transfer across the connections.
Answer
Establish an AWS Site-to-Site VPN connection terminating on an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled, using multiple VPN tunnels.
The correct answer proposes utilizing AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing. Since individual AWS VPN tunnels are limited to , ECMP routing allows the system to distribute traffic across multiple active tunnels, effectively aggregating the bandwidth to meet the target.
Step-by-Step Solution
Key Concept
AWS Transit Gateway ECMP routing allows the aggregation of multiple Site-to-Site VPN tunnels to scale network throughput beyond the single tunnel limit of .
Estimated Time:2m 0s