A financial services company hosts a web application across two AWS Regions: us-west-2 and eu-central-1. The application is deployed behind Application Load Balancers (ALBs) in both Regions to serve users in North America and Europe. Users are reporting high latency and poor connection stability during peak hours. The company requires a solution that minimizes latency by routing user traffic over the AWS global network backbone. The solution must also provide automatic failover in less than 30 seconds if a Region becomes unhealthy, without relying on DNS caching. Which solution should a solutions architect recommend to meet these requirements?
- Deploy AWS Global Accelerator and register the Application Load Balancers in both Regions as endpoints.Cevap
- BConfigure Amazon Route 53 with latency-based routing to resolve the application's domain name to the Application Load Balancers in both Regions.
- CEstablish an AWS Site-to-Site VPN connection from client locations to a centralized AWS Transit Gateway to route user traffic over a single VPN tunnel.
- DConfigure stateful Network Access Control Lists (NACLs) at the VPC subnet level in both Regions to dynamically route client traffic to the Region with the lowest round-trip time.
Cevap
Deploy AWS Global Accelerator and register the Application Load Balancers in both Regions as endpoints.
Deploying AWS Global Accelerator is the correct solution because it utilizes Anycast IP addresses to route user traffic to the nearest AWS Edge Location. From there, traffic travels over the AWS global network backbone, which significantly improves network performance and stability by reducing latency and jitter. Furthermore, AWS Global Accelerator monitors the health of the Application Load Balancers in both Regions and automatically redirects traffic to the healthy Region in less than 30 seconds. Since the Anycast IP addresses do not change, this failover mechanism completely bypasses DNS caching.
Adım Adım Çözüm
Anahtar Kavram
AWS Global Accelerator vs Route 53 Latency Routing
Tahmini Süre:1m 30s