Route 53 Flashcards
(30 cards)
What is DNS?
Translates human friendly hostnames into machine IP addresses
Amazon Route 53
Scalable and authoritative (customer can update DNS records) DNS
Route 53 supports the following DNS record types
- A
- AAAA
- CNAME
- NS
A record type
maps hostname to IPv4
AAAA record type
maps hostname to IPv6
CNAME record type
Target is a domain name which must have an A or AAAA record
NS record type
name servers for hosted zone (control how traffic is routed for a domain)
Route 53 hosted zones
Container for records that define how to route traffic to domain and its subdomains
What does high records TTL mean?
Less traffic on Route 53 but possibly outdated records
What does low records TTL mean?
More traffic on Route 53 ($$) but records are outdated for less time and it is easy to change records
What is a CNAME record?
Points a hostname to any other hostname (only for root domain)
What is a Route 53 alias?
Points a hostname to an AWS resource (works for root domain and non root domain), free of charge, native health check
Can you set TTL on alias record?
no
Simple routing policy
Route traffic to a single resource, can specify multiple values in the same record (random one is chosen by the client)
Weighted routing policy
Control the percentage of requests that go to each specific resource (used for load balancing between regions, testing new application versions)
Latency based routing policy
Redirect to the resources that has the least latency close to us (based on traffic between users and AWS regions)
Route 53 calculated health checks
Combine results of multiple health checks into a single health check
Geolocation routing policy
Routing based on user location
Geoproximity routing policy
Route traffic to resources based on location of users and resources, can give bias to particular regions, can shift traffic to a particular region by increasing bias
IP based routing policy
Routing based on client IP addresses, provide list of CIDRs for clients and the corresponding endpoints
Multi value routing policy
Use when routing traffic to multiple resources, but not a substitute for having an ELB as it is client side load balancing
Can you use route 53 as DNS service provider if you buy your domain on 3rd party registrar?
Yes - create hosted zone in route 53 and update NS records on 3rd party website to use route 53 name serveres
What is VPC?
Private network to deploy your resources
What are subnets?
Allow you to partition your network inside the VPC (on AZ level)