A financial technology company is setting up a hybrid network to replicate database transactions from its on-premises mainframes to a VPC in the Region. The replication throughput peaks at , and all data must be encrypted in transit. The company wants to utilize their existing high-bandwidth internet connections rather than provisioning dedicated private lines. Which TWO configurations should a solutions architect implement to meet these requirements? (Choose two.)
- Create an AWS Transit Gateway and enable Equal-Cost Multi-Path (ECMP) routing support.Answer
- Establish multiple AWS Site-to-Site VPN connections terminating on the Transit Gateway, utilizing dynamic BGP routing.Answer
- CEstablish a single AWS Site-to-Site VPN connection to a Virtual Private Gateway (VGW) and enable multi-tunnel scaling.
- DConfigure stateless Network ACLs on the VPC subnets to automatically track and permit the return traffic of the replication streams.
- EImplement Amazon Route 53 latency-based routing to dynamically failover and balance the replication traffic across different VPN endpoints.
Answer
The correct configurations are to create an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing support enabled, and to establish multiple AWS Site-to-Site VPN connections terminating on the Transit Gateway using dynamic BGP routing.
To achieve a secure, encrypted connection over the internet that exceeds the limit of a single VPN tunnel, you must deploy AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled. By establishing multiple Site-to-Site VPN connections to the Transit Gateway using dynamic BGP routing, AWS can balance the replication traffic across multiple active tunnels, scaling the aggregate throughput to meet the peak requirement.
Step-by-Step Solution
Key Concept
Scaling VPN throughput using Transit Gateway and ECMP