A retail company is designing a hybrid network architecture to replicate real-time transactional data from their on-premises database to AWS. The primary connection is an AWS Direct Connect connection. The replication throughput can reach up to during peak hours. The company requires a secure, encrypted backup path over the internet that can handle the full peak replication throughput in the event of a Direct Connect outage. Which two actions should the solutions architect take to meet these performance and backup requirements?
- Create an AWS Transit Gateway and ensure Equal-Cost Multi-Path (ECMP) support is enabled.Answer
- Establish multiple AWS Site-to-Site VPN connections terminating on the AWS Transit Gateway, and configure dynamic Border Gateway Protocol (BGP) routing.Answer
- CEstablish a single AWS Site-to-Site VPN connection terminating on a Virtual Private Gateway (VGW) attached to the VPC.
- DConfigure an Amazon Route 53 latency-based routing policy to automatically fail over database replication endpoints between the Direct Connect and the backup VPN connection.
- EConfigure stateless Network Access Control Lists (NACLs) to automatically track and allow return traffic from the backup VPN connection without explicit rule definition.
Answer
Create an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) support enabled, and establish multiple AWS Site-to-Site VPN connections terminating on the Transit Gateway configured with dynamic Border Gateway Protocol (BGP) routing.
To achieve a secure backup over the internet that scales beyond the default limit of a single VPN tunnel () to handle of traffic, a Transit Gateway with ECMP enabled must be used. Combining this with multiple Site-to-Site VPN connections using dynamic BGP routing allows traffic to load-balance across multiple tunnels, successfully scaling the total bandwidth.
Step-by-Step Solution
Key Concept
Scaling VPN throughput using AWS Transit Gateway and Equal-Cost Multi-Path (ECMP) routing.