AWS Route 53 Flashcards
Why is it called Route 53?
DNS runs on port 53 and the first interstate in the USA was Route 66. Thus, Route 53.
What is DNS?
Domain Name Servers are conceptually similar to phone books and convert human friendly domain names such as http://acloud.guru to IP addresses such as http://82.124.53.1
IPv4
32 bit addresses that is limited to just over 4 billion total addresses. (4,294,967,296)
IPv6
Created to solve the depletion issue with IPv4. 128 bit addresses that allow for over 340 undecillion addresses (36 zeroes).
What controls Top Level Domains?
Top Level Domains are controlled by the Internet Assigned Numbers Authority (IANA). They are held in a root database: http://www.iana.org/domains/root/db
What is the Top Level Domain?
The Top Level Domain is the last part of a web address. For example: .com, .edu, .gov, etc.
What is a Domain Registrar?
Domain names are registered with Domain Registrars such as Amazon and GoDaddy. InterNIC enforces the uniqueness of domain names on the internet and each domain name is registered in a central WhoIS database.
What is a Start Of Authority Record?
An SOA Record stores information about the name of the server that supplied the data for the zone, the zone administrator, current data file version and time-to-live file.
What are Name Server Records?
NS Records are used by Top Level Domain servers to direct traffic to the Content DNS server that contains the authoritative DNS records.
What is an “A” record?
An “A” record is the fundamental DNS record. The “A” stands for address and is used by a computer to translate the domain name to an IP address.
What is TTL?
Time-To-Live is the length of time in seconds that a record is cached on either the Resolving Server or the user’s local PC. The default is often 48 hours.
What is a CNAME?
CNAME stands for Canonical Name and is used to resolve one domain name to another domain name.
Can you use a CNAME for a naked domain name?
No! A CNAME must be used for either an A record or an Alias.
Do Elastic Load Balancers have a pre-defined IPv4 address?
No! You resolve to them using a DNS name.
Can you buy domain names directly from AWS?
Yes!