A financial services company is designing a hybrid network architecture to connect its on-premises trading application in London to its AWS resources. The AWS environment consists of a primary production VPC in the `eu-west-1` Region and a disaster recovery VPC in the `us-east-1` Region. The on-premises application requires a primary, highly reliable connection with a minimum throughput of to the `eu-west-1` Region. Additionally, the company requires a backup connection to `eu-west-1` that must support a minimum throughput of during failover events. This backup path must also allow communication with the `us-east-1` VPC. Which two options should the solutions architect choose to meet these requirements?
- Provision an AWS Direct Connect connection with a physical port to an AWS Direct Connect location in London, and configure a transit virtual interface (transit VIF) to an AWS Transit Gateway.Answer
- Set up an AWS Site-to-Site VPN connection terminating on an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled, utilizing at least two active VPN tunnels.Answer
- CConfigure a single AWS Site-to-Site VPN connection terminating on a Virtual Private Gateway (VGW) attached to the `eu-west-1` VPC to serve as the backup connection.
- DUse Amazon Route 53 latency routing policies without health checks to dynamically route database replication traffic between the primary Direct Connect path and the backup VPN path based on packet latency.
- EConfigure a stateless Network Access Control List (NACL) at the subnet level to allow inbound traffic on the custom trading port, without adding a corresponding outbound rule, assuming the return traffic is automatically permitted.
Answer
Provision an AWS Direct Connect connection with a physical port to an AWS Direct Connect location in London, configure a transit virtual interface to an AWS Transit Gateway, and set up an AWS Site-to-Site VPN connection terminating on an AWS Transit Gateway with Equal-Cost Multi-Path (ECMP) routing enabled, utilizing at least two active VPN tunnels.
To meet the primary throughput requirement and route traffic to multiple VPCs across different Regions, the company must provision an AWS Direct Connect connection with a port and link it via a transit virtual interface to an AWS Transit Gateway. To support the backup requirement of , the company must use AWS Transit Gateway with ECMP routing enabled over multiple active VPN tunnels, since a single VPN tunnel has a performance limitation of .
Step-by-Step Solution
Key Concept
Scaling hybrid network throughput using Direct Connect with Transit Gateway and scaling Site-to-Site VPN bandwidth beyond single-tunnel limits using ECMP on Transit Gateway.
Estimated Time:3m 0s