AWS Builder Center: Learn, Build and Connect with builders in the AWS community
AWS Builder Center is the official home for builders on AWS. Share and read what others are working on, follow people who inspire you, explore training and workshops, and find tools to support what you're building.
Cross Region Failover + Geolocation Routing
0
I have deployed two instances fleets on 2 different regions behind ALB which run same application, I have configured Route53 geolocation routing policy to route traffic of users in a region to the instances in that region, now what if one of the region goes down, the users in that region will face down time, is there a way to redirect traffic of that region to another region in case of region downtime?
이 답변이 도움이 되었나요?커뮤니티가 여러분의 지식을 활용할 수 있도록 정답을 찬성하세요.
0
you can use global Accelerator for this. that will route the traffic based on your user's location, and if any fails comes it will will automatically route the traffic to another region.