Route 53 (DNS Management & Routing Policies)
Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It's designed to give developers and businesses a reliable way to route end users to internet applications.
DNS Routing
Route 53 performs three main functions: domain registration, DNS routing, and health checking. It translates human-readable domain names into IP addresses and routes traffic to your resources.
Routing Policies
Route 53 supports multiple routing policies: Simple (default), Weighted (distribute traffic), Latency-based (route to lowest latency), Failover (active-passive), Geolocation (route based on location), and Multi-value (multiple healthy records).
Health Checks
Route 53 health checks monitor the health and performance of your applications, servers, and other resources. You can configure health checks to monitor HTTP, HTTPS, or TCP endpoints.
