Route 53 என்பது AWS-ன் DNS சேவை (டொமைன் பெயர்களை முகவரிக்கு மொழிபெயர்ப்பது, ஈணைமான নীதிகளுடன்); CloudFront என்பது AWS-ன் CDN (Content Delivery Network, உள்ளடக்கத்தை உலகளாவிய edge இடங்களில் தேக்க வைத்து வேகமாக வழங்குதல்). இரண்டும் வலை பயன்பாடுகளுக்கான செயல்திறன் மற்றும் கிடைப்பளவை மேம்படுத்துகின்றன.
Route 53 — DNS மற்றும் 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
