Route 53 AWS کی DNS سروس ہے (ڈومین ناموں کو addresses میں ترجمہ کرتے ہوئے، routing policies کے ساتھ)؛ CloudFront AWS کی CDN ہے (Content Delivery Network، دنیا بھر میں edge locations پر content کو cache کرتے ہوئے تیز ترسیل کے لیے)۔ دونوں ویب ایپلیکیشنز کی کارکردگی اور دستیابی کو بہتر بناتے ہیں۔
Route 53 — DNS اور ٹریفک routing
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
