Route 53 Flashcards
DNS
Domain Name System which translates the human friendly hostnmaes into the machine IP addresses
www.google.com=>172.217.18.36
DNS is the backbone of the internet
Domain Registrar
Amazon Route 53, GoDaddy,NS
DNS Records
A, AAAA, CNAME, NS
Zone File
contains DNS recors
Name Server
resolves DNS queries (authoritative or non-authoritative)
Top Level Domain (TLD)
.com, .us, .gov, .org
Second Level Domain (SLD
amazon.com, google.com
Route 53
Highly available, scalable, fully managed and authoritative DNS
Authoritative = the customer (you) can update the DNS records
Domain Registrar as well
The only AWS service which provides 100% availability SLA
Route 53 records
how you want to route traffic for a domain
Each record contains:
1. Domain/Subdomain Name- e.g example.com
2. Record Type- e.g. A or AAAA
3. Value- e.g 12.34.56.78
4.Routing Policy- how Route 53 responds to queries
5. TTL- amount of time the record cached at DNS Resolvers.
DNS Record Types that Route 53 SUpports
A/ AAAA/ CNAME/ NS
A
maps a hostname to Ipv4 address
AAAA
maps a hostname to IPv6 address
CNAME
maps a hostname to another hostname
The target is a domain name which must have an A or AAAA record.
NS
Name Servers for the Hosted Zone. They are the DNS names or IP addresses of the servers that can respond to the DNS queries for your hosted Zone.
Hosted Zones
A container for records that define how to route traffic to a domain and its subdomains.