Route 53, AWS'nin DNS hizmetidir (alan adlarını adreslere çevirme, yönlendirme politikaları ile); CloudFront, AWS'nin CDN hizmetidir (Content Delivery Network, dünya çapında edge konumlarında içeriği önbelleğe alarak hızlı teslimat için). Her ikisi de web uygulamalarının performans ve erişilebilirliğini iyileştirir.
Route 53 — DNS ve trafik yönlendirmesi
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
