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



如果我想将我的应用程序部署到多个地区,如何使用路由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路由。请参阅地理位置路由或地理限制路由(仅限交通流(。

最新更新