Please enable JavaScript.
Coggle requires JavaScript to display documents.
Route 53 (Routing (Multivalue Answer Routing (Health Checks (If you…
Route 53
Routing
-
Latency based Routing
If your application is hosted in multiple AWS Regions, you can improve performance for your users by serving their requests from the AWS Region that provides the lowest latency.
Geoloction based Routing
Geolocation routing lets you choose the resources that serve your traffic based on the geographic location of your users, meaning the location that DNS queries originate from.
Weighted Routing
To configure weighted routing, you create records that have the same name and type for each of your resources. You assign each record a relative weight that corresponds with how much traffic you want to send to each resource.
-
-
Failover Routing
Failover routing lets you route traffic to a resource when the resource is healthy or to a different resource when the first resource is unhealthy.
-
Simple Routing
typically route traffic to a single resource, for example, to a web server for your website.