) into machine-readable IP addresses (such as 172.217.18.36)
This is the IP address your web browser uses behind the scenes to fetch data from Google. Essentially, DNS bridges the gap between user-friendly URLs and the servers hosting the content.
DNS operates using a hierarchical naming structure, which can be illustrated as follows:
.com(at the root)
example.com
www.example.com
api.example.com
DNS Terminologies
To navigate Amazon Route 53 effectively, familiarity with key DNS terms is necessary:
Domain Registrar: A service where domain names can be registered, such as AWS Route 53, GoDaddy, or Namecheap.
DNS Records:Various types of records that store information about a domain, including A, AAAA, CNAME, NS, and Alias records.
Zone File:A file containing all DNS records for a domain.
Name Server:Servers that resolve DNS queries; they can be authoritative or non-authoritative.
Top Level Domain(TLD): The suffix of a domain name that follows the final dot (.com,.us,.gov,.org,.in)For example, in the domain name 'google.com', '.com' is the TLD
Second Level Domain (SLD/2LD): The part of a domain name that precedes the TLD, serving as a unique identifier for a brand or website (e.g., "google" in "google.com").; it's the part people usually remember when accessing a website
Fully Qualified Domain Name(FDQN): A complete domain name that specifies the exact location within the DNS hierarchy by specifying the hostname,domain name, and TLD. For instance:
finance.mypage.com.
Trailing dot in an FQDN: a trailing dot (for instance, “finance.mypage.com.”) represents the root of the DNS hierarchy. Modern web browsers often assume this trailing dot, so it’s typically omitted by users.
Conclusion
Amazon Route 53 is a powerful DNS service that helps manage your online presence with ease. By mastering DNS concepts, you can use Route 53 for domain registration, DNS routing, and health checks, creating reliable web experiences.
With its simplicity, scalability, and reliability, it’s an essential tool for any developer working with AWS.
Ready to master AWS routing? Stay tuned for more insights in the next article! 👋

SOCIAL SHARE CARD GENERATOR