π Amazon Route 53
Amazon Route 53 is a DNS service from AWS that helps users connect domain names (like example.com) to websites, servers, or cloud services.
π§ Think of it like:
A phone book for the internet β you type a name (
google.com) and Route 53 tells your browser where to go (which server/IP).
π What Route 53 Can Do:
| Function | What It Means |
|---|---|
| β DNS Resolution | Maps domain names to IP addresses |
| β Domain Registration | You can buy domains directly on Route 53 |
| β Health Checks | Automatically reroute traffic if a server is down |
| β Load Balancing | Distributes traffic to multiple endpoints (via policies) |
π¦ How It Works (Simple Flow):
π§ Routing Policies Available:
| Policy | What It Does |
|---|---|
| Simple | One IP per domain |
| Weighted | Split traffic (e.g., 70% here, 30% there) |
| Latency-based | Send users to the closest/fastest region |
| Failover | Automatically switch to backup server if main is down |
| Geolocation | Route based on user's location |
β Why Use Route 53?
- Fast and reliable DNS resolution
- Deep integration with other AWS services (EC2, S3, ELB)
- Global traffic routing for high availability
- Built-in health checks