A company needs to connect its on-premises office to a VPC in AWS using an AWS Site-to-Site VPN. The application requires a minimum network throughput of . Which TWO configurations should a solutions architect implement to meet this requirement? (Select TWO.)
- Create an AWS Transit Gateway and attach the VPC and the VPN connection to it.Answer
- Enable Equal-Cost Multi-Path (ECMP) routing on the AWS Transit Gateway and establish multiple VPN tunnels.Answer
- CDeploy a single AWS Site-to-Site VPN connection and rely on the default auto-scaling feature of a single tunnel to reach the required bandwidth.
- DConfigure stateless Network Access Control Lists (NACLs) to load-balance traffic across multiple Virtual Private Gateways.
- EUse Amazon Route 53 Latency routing to dynamically distribute outbound traffic between the primary and secondary tunnels of a single VPN connection.
Answer
The solutions architect must create an AWS Transit Gateway and attach both the VPC and the VPN to it, then enable Equal-Cost Multi-Path (ECMP) routing on the Transit Gateway while establishing multiple VPN tunnels.
To achieve a VPN throughput higher than the default limit of per tunnel, you must deploy an AWS Transit Gateway, configure the VPN connections as attachments to it, and enable Equal-Cost Multi-Path (ECMP) routing. This allows the system to aggregate the throughput of multiple tunnels to meet the requirement.
Step-by-Step Solution
Key Concept
AWS VPN Tunnel Limits and Scaling with Transit Gateway ECMP