A company runs a web application in the Region that serves global clients. Users in Europe are experiencing high latency due to TCP handshake overhead across the public internet. Additionally, the company's on-premises data center needs to transfer daily database backups of approximately to an Amazon S3 bucket in the same Region. The on-premises transfer requires a minimum of bandwidth over a secure connection, but the current network setup is unable to scale beyond throughput. Which TWO configurations should a solutions architect implement to address the user latency and network throughput requirements?
- Configure AWS Global Accelerator to route traffic to the application endpoint in the AWS Region, utilizing the AWS global network to reduce TCP connection latency for European users.Answer
- Deploy an AWS Transit Gateway and establish multiple AWS Site-to-Site VPN connections, enabling Equal-Cost Multi-Path (ECMP) routing to scale the tunnel throughput for backup transfers.Answer
- CDeploy a single AWS Site-to-Site VPN connection with two active-active tunnels directly to a virtual private gateway to achieve an aggregate throughput of for the backup transfers.
- DConfigure Amazon Route 53 with latency-based routing to direct user traffic directly to the Application Load Balancer in the primary Region to minimize TCP handshake overhead.
- EConfigure stateless Security Groups for the application servers and define explicit inbound and outbound rules to permit backup traffic only during off-peak hours.
Answer
Implementing AWS Global Accelerator to route European user traffic over the AWS global network, and deploying AWS Transit Gateway with multiple AWS Site-to-Site VPN connections enabling Equal-Cost Multi-Path (ECMP) routing to scale backup throughput.
The correct configuration combines AWS Global Accelerator and AWS Transit Gateway with ECMP. AWS Global Accelerator terminates TCP connections at edge locations close to European users and routes their traffic over the low-latency AWS global network, reducing latency and connection establishment time. AWS Transit Gateway enables Equal-Cost Multi-Path (ECMP) routing, allowing the aggregation of multiple VPN tunnels to scale network throughput beyond the standard limit to meet the requirement.
Step-by-Step Solution
Key Concept
AWS network optimization using Global Accelerator and Transit Gateway ECMP routing to scale throughput and reduce global user latency.
Estimated Time:2m 0s