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?
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.