Route 53 Flashcards
(35 cards)
Translates the human friendly hostnames into the machine IP addresses
www.google.com => 172.217.18.36
DNS (Domain Name System)
A highly available, scalable, fully managed and Authoritative DNS
Route 53
What does Authoritative mean?
The customer (you) can update the DNS records
Maps a hostname to IPv4
What record type is this?
A
Maps a hostname to IPv6
What record type is this?
AAAA
Maps hostname to another hostname
What record type is this?
CNAME
Name servers for the Hosted Zone
What record type is this?
NS
A container for récords that define how to route traffic to a domain and its subdomain
Hosted Zone
Contains records that specify how to route traffic on the internet
Public Hosted Zones
Contains records that specify how you route traffic within one or more VPCs
Private Hosted Zones
How much does it cost per hosted zone?
$0.50 per month
- Typically, route traffic to a single resource
- Can specify multiple values in the same record
- If multiple values are returned, a random one is chosen by the client
What routing policy is this?
Simple
- Control the % of the requests that go to each specific resource
- DNS records must have the same name and type
- Can be associated with Health Checks
- Use cases: load balancing between regions, testing new applications versions
What routing policy is this?
Weighted
TTL is mandatory for each DNS record except what?
Alias records
High TTL means what?
Less traffic on Route 53
Low TTL means what?
More traffic on Route 53 ($$)
How much time it takes for your computer to send signals to a server and then receive a response back.
Latency
Create a CloudWatch Metric and associate a CloudWatch Alarm, then create a Health Check that checks alarm itself
Health check for a Private Hosted Zone
A backup operational mode in which the functions of a system component are assumed by a secondary component
Failover
A way of asking a service on a particular server whether or not it is capable of performing work successfully
Health Check
Use case: website localization, restrict content distribution, load balancing
What routing policy is this?
Geolocation
The ability to track a device’s whereabouts using GPS, cell phone towers, WiFi access points or a combination of these.
Geolocation
A (blank) expands or shrinks the size of the geographic region from which traffic is routed to a resource
Bias
Routes traffic to your resources based on the geographic location of your users and your resources.
What routing policy is this?
Geoproximity