Route 53 Flashcards
What is DNS?
Domain Name System translates hostnames into the machine IP addresses
4 types of DNS Records Route 53 supports:
A, AAAA, CNAME, NS,
What does the Zone File contain?
DNS records
What does the Name Server do?
resolves DNS queries (Authoritative or Non-Authoritative)
What are Top Level Domain (TLD)?
.com, .us, .in, .gov, .org,
What are Second Level Domain (SLD)?
amazon.com, google.com
What are the parts of a standard URL address?
Protocol, Full Qualified Domain Name, Sub Domain, Second Level Domain, Top Level Domain, Root
What is Amazon Route 53?
A highly available, scalable, fully managed and Authoritative DNS
What is Authoritative ?
The customer (you) can update the DNS records
The only AWS service which provides …… availability SLA(service level argement)
100%
What are Records?
How you want to route traffic for a domain.
What does each record contain?
- Domain/subdomain Name
- Record Type
- Routing Policy
- TTL
What is a Routing Policy?
How Route 53 responds to queries
RecordTypes - A:
Maps a hostname to IPv4
RecordTypes - AAAA:
Maps a hostname to IPv6
RecordTypes - CNAME:
Maps a hostname to another hostname
CNAME rules:
- The target is a domain name which must have an A or AAAA record
- Can’t create a CNAME record for the top node of a DNS namespace (Zone Apex)
RecordTypes - NS:
Name Servers for the Hosted Zone
What does NS do?
Control how traffic is routed for a domain
What is a Hosted Zones?
A container for records that define how to route traffic to a domain and its subdomains
Public Hosted Zones –
Contains records that specify how to route traffic on the Internet (public domain names)