An enterprise is migrating a large-scale data analytics platform to AWS. The platform requires a hybrid network connection to synchronize transactional logs from an on-premises mainframe to multiple Amazon VPCs in the same Region. The synchronization process requires a minimum bandwidth of and must be encrypted in transit. Due to tight project timelines, the solution must be deployed within a few days, ruling out the provisioning of a new AWS Direct Connect connection. Which network architecture will meet these requirements with the highest performance and scalability?
- Deploy an AWS Transit Gateway and attach the target VPCs. Establish an AWS Site-to-Site VPN connection to the Transit Gateway, enabling Equal-Cost Multi-Path (ECMP) routing on both the Transit Gateway and the customer gateway. Configure at least three active VPN tunnels to aggregate the required throughput.Cevap
- BDeploy an AWS Site-to-Site VPN connection terminating at a Virtual Private Gateway (VGW) attached to the main VPC. Configure the customer gateway to use both VPN tunnels in an active-active configuration to dynamically scale the aggregate throughput to .
- CDeploy a single AWS Site-to-Site VPN connection terminating at a Virtual Private Gateway (VGW). To achieve the throughput requirement, modify the subnet Network ACLs to be stateless to bypass the connection-tracking limits and overhead of stateful Security Groups.
- DDeploy multiple AWS Site-to-Site VPN connections terminating at different Virtual Private Gateways. Configure Amazon Route 53 with latency-based routing policies to distribute the data replication traffic across the VPN endpoints to achieve an aggregate throughput of .
Cevap
Deploy an AWS Transit Gateway and attach the target VPCs. Establish an AWS Site-to-Site VPN connection to the Transit Gateway, enabling Equal-Cost Multi-Path (ECMP) routing on both the Transit Gateway and the customer gateway. Configure at least three active VPN tunnels to aggregate the required throughput.
The correct architecture uses AWS Transit Gateway with ECMP enabled. Each Site-to-Site VPN tunnel supports up to of throughput. By terminating the VPN connection on a Transit Gateway, you can enable ECMP to aggregate throughput across multiple active tunnels, allowing the application to reach the target bandwidth within the required timeline.
Adım Adım Çözüm
Anahtar Kavram
AWS Transit Gateway VPN ECMP throughput aggregation