DNS Flashcards
What is DNS?
Converts human-friendly domain names into an internet IP address
Why Route 53?
The DNS service in Amazon is called route 53, it’s a play on route 66, and 53 is the port for DNS.
It is a global service
route policies on AWS?
simple routing weighted routing latency based routing failover routing geolocation routing multivalue answer routing
What is simple DNS routing policy ?
1 record with multiple ip addresses, so a query returns one of the multiple ip addresses at random.
What is weighted DNS routing policy ?
We can specify a weighting for DNS resolution, you would consider doing this if you have DNS servers in the USA and Europe, but 90% of your business comes from the USA. IN which case you want the majority of your traffic to go the USA IP.
What is Latency based DNS routing?
This allows you to route your traffic to the based on the lowest network latency for your end user.
What is failover DNS routing ?
This is used when you want an active/passive setup. AWS monitors your active via a health check.
What is geolocation DNS routing ?
This is used when you want your traffic sent to a certain site based on the geographic location of the end user.
What is multivalue answer routing ?
This is used when you have multiple resources assigned to a DNS value. AWS 53 gives a different answer to anyone that queries the DNS name. However, you can leverage health checks to ensure that only healthy hosts are viable targets for the query.