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
