A financial services firm is deploying a hybrid cloud architecture to synchronize real-time transaction ledger data between its on-premises mainframe cluster and multiple VPCs in the AWS Cloud. The synchronization process requires a sustained network throughput of at least with IPsec encryption in transit. The on-premises edge routers support IPsec VPN configurations and dynamic Border Gateway Protocol (BGP) routing. However, due to strict physical deployment constraints and immediate project timelines, the firm cannot deploy AWS Direct Connect. Which combination of actions should the solutions architect implement to meet these throughput and encryption requirements? (Select TWO.)
- Create an AWS Transit Gateway and enable Equal-Cost Multi-Path (ECMP) routing support.Answer
- Establish multiple AWS Site-to-Site VPN connections to the Transit Gateway, and configure dynamic Border Gateway Protocol (BGP) routing on the customer gateway to distribute traffic across the tunnels.Answer
- CSet up a single AWS Site-to-Site VPN connection with dynamic routing, and configure Amazon Route 53 latency-based routing policies to distribute the network traffic.
- DDeploy a Virtual Private Gateway (VGW) attached to the primary VPC, establish a single Site-to-Site VPN connection, and configure stateless Network Access Control Lists (NACLs) to load-balance traffic across the tunnels.
- EEstablish a single AWS Site-to-Site VPN connection with static routing, and configure the on-premises firewall to bundle both tunnels into a single logical channel using Link Aggregation Control Protocol (LACP).
Answer
Create an AWS Transit Gateway, enable Equal-Cost Multi-Path (ECMP) routing support, and establish multiple AWS Site-to-Site VPN connections to the Transit Gateway while configuring dynamic Border Gateway Protocol (BGP) routing on the customer gateway.
To achieve a network throughput of over IPsec VPN, the architecture must bypass the single-tunnel limit of . The solutions architect must create an AWS Transit Gateway and enable Equal-Cost Multi-Path (ECMP) routing. By setting up multiple AWS Site-to-Site VPN connections to the Transit Gateway and configuring dynamic Border Gateway Protocol (BGP) routing on the customer gateway, the systems can distribute traffic across multiple tunnels, scaling aggregate bandwidth beyond the single-tunnel bottleneck.
Step-by-Step Solution
Key Concept
Scaling VPN bandwidth using AWS Transit Gateway ECMP routing