Route53 Flashcards
Out of https://api.www.example.com, what is the top level domain?
.com
Out of https://api.www.example.com, what is the second level domain?
example.com
Out of https://api.www.example.com, what is the sub domain?
www.example.com
Out of https://api.www.example.com, what is the domain name?
api.www.example.com
Out of https://api.www.example.com, what is the protocol?
https
What does Authoritative DNS mean?
It means the customer (you) can update DNS records
What does the A Record Type do?
It maps a hostname to an IPv4
What does a AAAA Record Type do?
It maps a hostname to an IPv6
What does a CNAME Record Type do?
It maps a hostname to another hostname
What are NS Record Types?
They are Name Servers for the Hosted Zone
Is a TTL required for all Records?
Everything except the Alias Record
What is an Alias Record Type?
It maps a hostname to an AWS resource
What are the 5 differences between Alias and CNAME?
- CNAME maps a hostname to another hostname
- Alias maps a hostname to an AWS resource
- CNAME will not work for a non-root domain (something.mydomain.com)
- Alias works for root and non-root domains
- Alias is free of charge
What can you NOT set an Alias record for?
An EC2 DNS name
What are the 7 Routing Policies in AWS?
- Simple
- Weighted
- Failover
- Latency Based
- Geolocation
- Multi Value Answer
- GeoProximity