AWS 在具有多个托管区域的多个区域中部署应用程序

AWS deploy app in multiple regions with multiple hosted zones

如果我想将我的应用程序部署到多个区域,我该如何使用路由 53 执行此操作?设置如下:

I want to deploy to regions A, B and C with a domain (domain.com)
I have web servers A, B, C which are running my app in regions A, B, C
how can I ensure that the client is served by the server which is geographically closest
(assuming they enter (domain.com) in their browser)?

我目前有一个托管区域,它指向一个区域中的服务器。但这并没有给我路由到最近服务器的期望行为。

您需要使用 Route53 中的 GeoLocation 路由。参见 Geolocation routing or Geoproximity routing (traffic flow only)