Route 53 to usługa DNS AWS (tłumaczące nazwy domen na adresy, z politykami routingu); CloudFront to CDN AWS (Content Delivery Network, cachowanie zawartości w lokalizacjach brzegowych na całym świecie dla szybkiej dostawy). Obie usługi poprawiają wydajność i dostępność aplikacji internetowych.
Route 53 — DNS i routing ruchu
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
