A company is designing a hybrid network architecture to connect its on-premises corporate office to an AWS VPC. The connection must support a minimum throughput of for secure, encrypted data transfers. Additionally, the network design must implement stateless traffic filtering at the subnet boundary to restrict specific external IP address ranges from accessing internal resources.
Which TWO actions should the Solutions Architect take to meet these requirements?
- Create an AWS Transit Gateway and set up a Site-to-Site VPN connection with multiple VPN tunnels, enabling Equal-Cost Multi-Path (ECMP) routing to distribute the traffic.Answer
- Configure stateless Network Access Control Lists (Network ACLs) associated with the subnets to deny traffic from the restricted external IP ranges.Answer
- CDeploy a single AWS Site-to-Site VPN connection with one active IPsec tunnel to route the traffic directly to a Virtual Private Gateway (VGW).
- DApply stateful Security Groups to the EC2 instances in the subnets to block incoming traffic from the restricted external IP ranges at the subnet boundary.
- EUse Amazon Route 53 latency-based routing policies to route traffic through the VPN tunnels to resolve throughput bottlenecks and provide subnet-level filtering.
Answer
Create an AWS Transit Gateway with a Site-to-Site VPN utilizing ECMP routing across multiple tunnels to exceed individual tunnel throughput limits, and configure stateless Network Access Control Lists (Network ACLs) at the subnet boundary.
To achieve a secure connection of , the architect must use AWS Transit Gateway with multiple Site-to-Site VPN tunnels and ECMP routing enabled, which effectively pools the bandwidth capacity of individual tunnels. Additionally, Network ACLs are the correct component to meet the requirement for stateless filtering at the subnet boundary.
Step-by-Step Solution
Key Concept
Scaling VPN throughput using AWS Transit Gateway ECMP routing and implementing stateless subnet security boundaries with Network ACLs.