Routing policies (simple, weighted, latency)
📖 Scenario: You are managing a website that needs to direct visitors to different servers based on simple, weighted, and latency routing policies. This helps improve user experience by controlling traffic flow and reducing delays.
🎯 Goal: Build a Route 53 hosted zone with three DNS records demonstrating simple, weighted, and latency routing policies.
📋 What You'll Learn
Create a hosted zone named
example.comAdd a simple routing record for
www.example.com pointing to 192.0.2.1Add a weighted routing record for
app.example.com with two IP addresses and weightsAdd a latency routing record for
api.example.com with two regions💡 Why This Matters
🌍 Real World
Routing policies help direct internet traffic efficiently to improve website speed and availability.
💼 Career
Understanding DNS routing policies is essential for cloud engineers and network administrators managing scalable web applications.
Progress0 / 4 steps