A retail company is migrating its inventory management database from an on-premises data center to AWS. The database synchronization process requires a continuous, secure network throughput of at least to handle peak transactional volumes. The company wants to minimize costs by using an internet-based connection rather than a dedicated leased line, while ensuring high availability. Which network architecture should a solutions architect design to meet these requirements?
- ADeploy a Virtual Private Gateway (VGW) attached to the VPC, and establish a single AWS Site-to-Site VPN connection. Configure the customer gateway to utilize dynamic routing with Border Gateway Protocol (BGP) in an active-active configuration to load balance traffic across both VPN tunnels to achieve a throughput of .
- Deploy an AWS Transit Gateway and establish two AWS Site-to-Site VPN connections terminating on it. Enable Equal-Cost Multi-Path (ECMP) routing on the Transit Gateway, and configure the on-premises customer gateway to advertise the same routes using Border Gateway Protocol (BGP) across the active VPN tunnels.Cevap
- CDeploy an AWS Transit Gateway and establish a single AWS Site-to-Site VPN connection. Enable Equal-Cost Multi-Path (ECMP) routing on the Transit Gateway, and configure stateless Network Access Control Lists (NACLs) at the subnet boundaries to allow inbound and outbound traffic on UDP ports and to bypass the individual tunnel throughput limitations.
- DDeploy a Virtual Private Gateway (VGW) attached to the VPC, and establish two Site-to-Site VPN connections. Use Amazon Route 53 with a latency-based routing policy to distribute the database replication traffic across the four public IP addresses of the VPN tunnels to aggregate the throughput to .
Cevap
Deploy an AWS Transit Gateway and establish two AWS Site-to-Site VPN connections terminating on it. Enable Equal-Cost Multi-Path (ECMP) routing on the Transit Gateway, and configure the on-premises customer gateway to advertise the same routes using Border Gateway Protocol (BGP) across the active VPN tunnels.
The correct option is to deploy an AWS Transit Gateway with two AWS Site-to-Site VPN connections and enable ECMP routing. Since a single VPN tunnel is limited to of throughput, and a single VPN connection contains two tunnels (maximum aggregated via ECMP), the company must establish at least two VPN connections (four tunnels) terminating on a Transit Gateway. Enabling ECMP allows AWS Transit Gateway to distribute traffic dynamically across all active tunnels, achieving an aggregate throughput of up to , which satisfies the requirement.
Adım Adım Çözüm
Anahtar Kavram
AWS Site-to-Site VPN bandwidth scaling using AWS Transit Gateway and Equal-Cost Multi-Path (ECMP) routing.