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
How does the Simple Routing Policy work?
- It routes traffic to a single resource.
- If multiple values are returned, a random one is chosen.
- Cannot be associated with Health Checks
How does the Weighted Routing Policy work?
- It allows you to assign a % of requests to each specific resource
- Can be associated with Health Checks
How does the Latency Routing Policy work?
- It redirects traffic to the resource that has the least latency close to us
How does the Failover Routing Policy work?
- It uses the mandatory health check to check the resource is healthy.
- If not, it fails over to the secondary resource
How does the Geolocation Routing Policy work?
- It routes based on the users location
How does the Geoproximity Routing Policy work?
- It routes based on the geographic location of the users and resources
- You have the ability to shift more traffic to resources based on the defined bias
- You must use the Route53 Traffic Flow
How does the Multi Value Routing Policy work?
- It routes traffic to multiple resources
- Not a replacement for an ELB but can be thought of as client side load balancing