Route 53 yaiku layanan DNS AWS (nerjemahake jeneng domain menyang alamat, kanthi kebijakan routing); CloudFront yaiku CDN AWS (Content Delivery Network, nyimpen konten ing lokasi edge ing saindenging jagad kanggo pangiriman sing cepet). Loro-lorone nambah performa lan ketersediaan kanggo aplikasi web.
Route 53 — DNS lan routing traffic
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
