Global accelerator and traffic redirection across regions

0

We have a load balancer serving traffic on us-east-1 region. In order to improve latency for european users, I was thinking to use Global Accelerator anycast and create another load balancer in one European regio (e.g. eu-central). In order to save costs, I would like not to duplicate the infrastructure in the new region, basically I want to redirect traffic from the european load balancer to the machines running in us-east-1. I would like to clarify the following points:

  1. Does it make sense to use the Global Accelerator in such scenario? My reasoning is that using anycast a european user will be redirected to an AWS entrypoint closer to its location and from that point it is inside the AWS backbone (which should be faster than reaching the US entrypoint via normal internet).
  2. Is it possible to redirect traffic from a load balancer in one region to machines (target group) in another region?
Ludo
已提问 1 年前421 查看次数
1 回答
0

I would look at doing it without the extra load balancer. Although you're not leveraging the failover benefits of GA you still reduce routing over public internet which leads to inconsistent performance, and improve DDoS protection. AWS claim up to 60% improved performance. You can check https://speedtest.globalaccelerator.aws to see what performance improvement you would get from your location.

专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则