A company is setting up a hybrid network connection between its local office and a VPC. The connection requires a minimum bandwidth of . The company implements a standard AWS Site-to-Site VPN connection, but network performance testing indicates that throughput is capped at per tunnel. Which of the following actions should a solutions architect recommend to scale the VPN throughput to meet the requirement?
- Associate the Site-to-Site VPN connection with an AWS Transit Gateway and enable Equal-Cost Multi-Path (ECMP) routing to aggregate throughput across multiple tunnels.Answer
- BModify the configuration of the single VPN tunnel to dynamically scale its bandwidth capacity beyond the default limit based on traffic load.
- CAdjust the Network Access Control Lists (Network ACLs) on the VPC subnets to act statefully and support larger packet sizes.
- DApply Route 53 latency-based routing policies to distribute traffic across both VPN tunnels without utilizing an AWS Transit Gateway.
Answer
Associate the Site-to-Site VPN connection with an AWS Transit Gateway and enable Equal-Cost Multi-Path (ECMP) routing to aggregate throughput across multiple tunnels.
The correct option correctly identifies that a single AWS Site-to-Site VPN tunnel has a maximum throughput of . To achieve a throughput of or more, you must associate the VPN with an AWS Transit Gateway and enable Equal-Cost Multi-Path (ECMP) routing, which aggregates bandwidth across multiple active VPN tunnels.
Step-by-Step Solution
Key Concept
AWS Site-to-Site VPN throughput limits and Transit Gateway ECMP scaling
Estimated Time:1m 0s