Entry

Create Route 53 Hosted Zone and DNS Records

Difficulty: entry

Source: devops-interviews/devops-interview-questions by Alex Muradov

Answer

Scenario

Your team is launching a new application and needs DNS configured in Route 53 for the domain example.com.

Task

  1. Create a hosted zone for example.com
  2. Create an A record for app.example.com pointing to 10.20.30.40 with TTL set to 60 seconds (1 minute caching)

📹 Video Solution