Skip to content

Fundamentals

Basics

Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It provides following features

  1. Register Domains
  2. Hosted Zones - managed nameserers
  3. Zone files in AWS
  4. Hosted on four managed name servers
  5. Public Hosted Zone
  6. Private Hosted Zone - linked to VPCs
  7. RecordSets - records within hosted zone

DNS Record Types

  • Nameserver (NS)

  • A and AAAA Records

    • A record maps to ipv4
    • AAAA record maps to ipv6
  • CNAME Records

    • cannot point directly to other names
    • can only point to the name
  • MX Records

    • important for email
    • priority and value (mail || mail.other.domain)
    • MX query
  • TXT Records

    • additional text data to the record
    • Query TXT for the validation

TTL - Time To Live

  • Resolver cached for TTL no. of seconds
  • also non-authoriative answer