A company hosts a latency-sensitive application across two AWS Regions: us-east-1 and us-west-2. The company needs to route global user traffic to the Region that offers the lowest latency, with automatic failover if a Region becomes unhealthy. Additionally, the company must establish a secure hybrid network connection to replicate database backups from their on-premises data center to both AWS Regions. The replication traffic requires a consistent bandwidth of Gbps. Which architecture should a solutions architect recommend to meet these requirements?
- Deploy AWS Global Accelerator to route user traffic to the application endpoints in both Regions. Establish an AWS Site-to-Site VPN connection to an AWS Transit Gateway, enabling Equal-Cost Multi-Path (ECMP) routing across multiple VPN tunnels to handle the database replication traffic.Cevap
- BDeploy AWS Global Accelerator to route user traffic to the application endpoints in both Regions. Establish a single AWS Site-to-Site VPN connection directly to a Virtual Private Gateway in each Region to handle the database replication traffic, relying on the VPN tunnel to dynamically scale up to the required throughput.
- CConfigure Amazon Route 53 with a latency routing policy to direct user traffic to the Application Load Balancers (ALBs) in both Regions without active health checks. Establish an AWS Site-to-Site VPN connection to an AWS Transit Gateway, enabling Equal-Cost Multi-Path (ECMP) routing across multiple VPN tunnels to handle the database replication traffic.
- DDeploy AWS Global Accelerator to route user traffic to the application endpoints in both Regions. Establish an AWS Site-to-Site VPN connection to an AWS Transit Gateway with ECMP enabled. To secure the database replication, configure stateless Network ACLs on the database subnets to allow inbound traffic on the replication port, without adding corresponding outbound rules.
Cevap
Deploy AWS Global Accelerator to route user traffic to the application endpoints in both Regions. Establish an AWS Site-to-Site VPN connection to an AWS Transit Gateway, enabling Equal-Cost Multi-Path (ECMP) routing across multiple VPN tunnels to handle the database replication traffic.
The correct architecture uses AWS Global Accelerator to route user traffic using the low-latency AWS global network and automatically redirects traffic around unhealthy endpoints. For the hybrid database replication, because a single AWS Site-to-Site VPN tunnel is limited to Gbps, configuring multiple VPN tunnels with ECMP enabled on an AWS Transit Gateway allows the connection to scale to Gbps.
Adım Adım Çözüm
Anahtar Kavram
AWS Transit Gateway ECMP routing scales VPN bandwidth beyond the Gbps tunnel limit, and AWS Global Accelerator optimizes user latency with automatic failover.
Tahmini Süre:1m 30s