A company needs to replicate large database backups from its on-premises data center to a VPC on AWS. The replication software requires a consistent network throughput of at least . The company wants to establish a secure, encrypted hybrid connection over the public internet, avoiding the lead time of dedicated physical circuits. Which network architecture should a solutions architect recommend to meet these requirements?
- ACreate an AWS Site-to-Site VPN connection to a Virtual Private Gateway and configure dynamic routing with BGP to load-balance traffic concurrently across both tunnels of the connection.
- BCreate an AWS Site-to-Site VPN connection to a Virtual Private Gateway and configure stateful Network ACL rules to allow outbound and inbound traffic to bypass the tunnel throughput limitation.
- Create an AWS Site-to-Site VPN connection to an AWS Transit Gateway, enable Equal-Cost Multi-Path (ECMP) routing, and establish multiple VPN tunnels to aggregate bandwidth.Answer
- DCreate an AWS Site-to-Site VPN connection to a Virtual Private Gateway and configure Amazon Route 53 latency-based routing to distribute the replication workload across both VPN tunnels.
Answer
Create an AWS Site-to-Site VPN connection to an AWS Transit Gateway, enable Equal-Cost Multi-Path (ECMP) routing, and establish multiple VPN tunnels to aggregate bandwidth.
The correct answer is to use an AWS Site-to-Site VPN connection attached to an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled. An AWS Site-to-Site VPN tunnel has a maximum throughput capacity of . To exceed this limit and achieve the required throughput, Transit Gateway can load-balance traffic across multiple active tunnels using ECMP, aggregating the bandwidth of the tunnels.
Step-by-Step Solution
Key Concept
AWS Transit Gateway ECMP routing allows scaling Site-to-Site VPN throughput beyond the limit of a single tunnel by load balancing traffic across multiple active tunnels.