Route53 Flashcards
What AWS resources can route 53 Alias records map to?
ELBs
CloudFront
S3 buckets
Elastic Beanstalk
Explain the Weighted Routing Policy
Policy which can split traffic based on assigned weights, such as 80% here and 20% there. Two Alias records are created for the zone with their espective weights entered
Explain the Geolocation Routing Policy
Policy which routes traffic based on the geographic location of the user
What is a top-level domain?
That is the name given to the rightmost portion of a domain name, such as .com, .net, or .edu
When developing a new version of a website, the customer wants 20% of traffic to be diverted to the new site and 80% to the old site? How is this accomplished?
Create two Alias records in the Route53 hosted zone, and use Weighted Routing Policy, setting one to 20 and the other to 80
True or false: route53 is a global, not regional service
True
Explain the Latency based Routing Policy
Policy which routes traffic based on the lowest network latency for the end user
What is an A record?
Record which stores the IPv4 address for a domain
What is a CNAME record?
A record which is used to resolve one domain name to another. Instead of having two A records, the CNAME does the translation
What is an AAAA record?
Record which stores the IPv6 address for a domain
What is a domain registrar?
An authority that can assign domain names directly under one or more top-level domains
Does Route 53 support wildcard entries?
Yes. A record can be set up for *.website.com, for example
Can you use an A record to resolve to an ELB?
No. ELB’s only provide you with DNS names, not IP addresses
What are the DNS server names for Route 53?
Each Amazon Route 53 hosted zone is served by its own set of virtual DNS servers. The DNS server names for each hosted zone are thus assigned by the system when that hosted zone is created.
Explain the Simple Routing Policy
Default routing policy. Used most commonly when you have a single resource that performs a function for the domain, such as a single web server