Route 53 - Global DNS Flashcards
Is Route 53 globally resilient
Yes
container that holds information about how you want to route traffic on the internet for a specific domain, records stored in them are publicly resolvable
Public Hosted Zones
container that holds information about how you want Amazon Route 53 to respond to DNS queries for a domain and its subdomains within one or more VPCs
Private Hosted Zone
Maps a NAME to an IPv4 or IPv6 address
“A” record (IPv4) “AAAA” record (IPv6)
Maps a NAME to another NAME
CNAME record
record at the top node of a DNS namespace, also known as the zone apex that maps a NAME to an AWS resource
Alias Record
lets you configure standard DNS records, with no special Route 53 routing such as weighted or latency. Resolves your DNS to a resource as is
Simple Routing
monitor the health and performance of your web applications, web servers, and other resources
Health Check
Are Health Checks seperate from records?
Yes but they are used by records
Default health check interval
30 seconds
health checker evaluates the health of the endpoint based on two values
response time and failure threshold
Whether the endpoint responds to a number of consecutive health checks that you specify
Failure threshold
HTTP and HTTPS, TCP, and HTTP and HTTPS with string matching are how health checks determine if an endpoint is healthy or unhealthy
True
Health checks can monitor an endpoint, other health checks or monitor CloudWatch alarms
True
Routing policy lets you route traffic to a resource when the resource is healthy or to a different resource when the first resource is unhealthy. You can specify two DNS records with the same DNS name and have them point to two different targets
Failover Routing