A manufacturing corporation needs to establish a secure, encrypted network connection between its on-premises factory control center and three VPCs in the us-west-2 Region. The network must support a sustained transfer rate of at least to replicate real-time telemetry data to AWS. Which TWO actions should a solutions architect take to design a high-performing and scalable network architecture? (Select TWO.)
- Create an AWS Transit Gateway and enable Equal-Cost Multi-Path (ECMP) routing.Answer
- Establish multiple AWS Site-to-Site VPN tunnels with dynamic routing using Border Gateway Protocol (BGP) terminated on the Transit Gateway.Answer
- CEstablish a single AWS Site-to-Site VPN connection terminated on a Virtual Private Gateway (VGW) attached to the VPCs.
- DConfigure stateless Network ACLs on the Transit Gateway subnets to automatically track and permit stateful return traffic.
- EConfigure Amazon Route 53 latency routing policies to dynamically distribute IP packets across the VPN tunnels.
Answer
Create an AWS Transit Gateway and enable Equal-Cost Multi-Path (ECMP) routing, and establish multiple AWS Site-to-Site VPN tunnels with dynamic routing using Border Gateway Protocol (BGP) terminated on the Transit Gateway.
To achieve a secure connection with a throughput greater than using AWS Site-to-Site VPN, you must deploy an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled. Dynamic routing with Border Gateway Protocol (BGP) must be configured on the VPN tunnels terminated on the Transit Gateway. This allows the network to load balance traffic across multiple active tunnels, aggregating bandwidth to meet the requirement.
Step-by-Step Solution
Key Concept
Scaling VPN bandwidth using AWS Transit Gateway and ECMP routing.