Route 53 అనేది AWS యొక్క DNS సేవ (డొమైన్ పేర్లను చిరునామాలకు అనువదిస్తుంది, రూటింగ్ విధానాలతో); CloudFront అనేది AWS యొక్క CDN (Content Delivery Network, ప్రపంచవ్యాప్త edge locations నుండి కంటెంట్ను క్యాష్ చేస్తుంది శీఘ్ర డెలివరీ కోసం). రెండూ వెబ్ అప్లికేషన్ల కోసం పనితీరు మరియు లభ్యతను మెరుగుపరుస్తాయి.
Route 53 — DNS మరియు ట్రాఫిక్ రూటింగ్
Route 53 is a managed DNS service (+ domain registration):
→ translates domain names (example.com) → IP addresses / AWS resources
→ ROUTING POLICIES (intelligent traffic direction):
- SIMPLE → one destination
- WEIGHTED → split traffic by percentage (e.g. A/B testing, gradual rollout)
- LATENCY → route users to the lowest-latency region (performance)
- GEOLOCATION → route by user location
- FAILOVER → route to a backup if the primary fails (HIGH AVAILABILITY)
→ HEALTH CHECKS → route away from unhealthy endpoints
