A company hosts a web-based educational portal on Amazon EC2 instances behind an Application Load Balancer (ALB) in the ap-northeast-1 Region. Users in South America are experiencing high latency and packet loss when accessing the portal over the public internet during peak hours. The solutions architect must implement a network architecture that minimizes latency, avoids public internet routing fluctuations, and provides a stable connection. Which solution should the solutions architect implement to meet these requirements?
- Deploy AWS Global Accelerator and register the Application Load Balancer as the endpoint. Direct the users to access the portal via the accelerator's static IP addresses.Cevap
- BConfigure Amazon Route 53 with a latency-based routing policy to route the South American user traffic directly to the Application Load Balancer's DNS name.
- CEstablish an AWS Site-to-Site VPN connection from the users' local networks to the VPC to bypass the public internet and automatically scale throughput.
- DConfigure stateless Network ACLs on the public subnets to allow direct traffic to the EC2 instances, bypassing the Application Load Balancer to reduce network hops.
Cevap
Deploy AWS Global Accelerator and register the Application Load Balancer as the endpoint. Direct the users to access the portal via the accelerator's static IP addresses.
AWS Global Accelerator utilizes the AWS global network to route traffic from the edge location closest to the user directly to the Application Load Balancer. This avoids the public internet congestion, reduces latency, and decreases packet loss.
Adım Adım Çözüm
Anahtar Kavram
AWS Global Accelerator optimizes network path performance for global users by routing traffic over the dedicated AWS global network instead of the public internet.