A company is connecting its on-premises data center to an AWS VPC using a single AWS Site-to-Site VPN connection. The company requires a constant throughput of 2 Gbps to replicate database transactions. During testing, they observe that the network throughput does not exceed 1.25 Gbps. What is the primary cause of this throughput limitation?
- AThe Security Groups configured for the target EC2 instances are stateless and are restricting the throughput of the return traffic.
- BAWS Site-to-Site VPN connections automatically scale up to 10 Gbps, but the throughput is throttled because Equal-Cost Multi-Path (ECMP) routing is disabled on the virtual private gateway.
- A single AWS Site-to-Site VPN tunnel has a maximum throughput limit of 1.25 Gbps.Answer
- DAmazon Route 53 latency routing policy has restricted the VPN connection's bandwidth to prioritize high-availability failover paths.
Answer
A single AWS Site-to-Site VPN tunnel has a maximum throughput limit of 1.25 Gbps.
The correct answer is correct because each AWS Site-to-Site VPN tunnel is subject to a hard throughput limit of 1.25 Gbps. Since a single VPN connection consists of two tunnels (typically configured in an active-passive setup), the maximum throughput of a single active tunnel cannot exceed 1.25 Gbps.
Step-by-Step Solution
Key Concept
AWS Site-to-Site VPN Tunnel Throughput Limits
Estimated Time:45s