- register and manage domains
- create various records sets on a domain
- implement complex traffic flows, e.g. Blue/green deploy
- Continuously monitor records via health checks
- Resolve VPC’s outside of AWS
Alias Record
Instead of manually adding IPv4 addresses, you can create an Alias Record, that points to an existing Service/Resource of AWS.
Routing Policies
seven different routing types
- Simple Routing Policy — Default
- One record and provide one or more IP addresses.
- Weighted Routing Policies
- Split traffic on different weights e.g. 15/85
- Latency Based Routing Policy
- Route53 checks the latency of every service and selects the one with the lowest latency
- Failover Routing Policy
- Automatically monitors health-checks to determine the status of end-points. If an end-point fails, traffic is directed to the secondary location.