DNS, Caching, and Performance Optimization Flashcards
CNAME Record is used to reference ________ versions of a site like the _____ version
CNAME Record is used to reference alternate versions of a site like the mobile version
exp m.broward.com
What is the difference between an Alias and CNAME record?
Alias records are ________ to AWS. They translate your naked _______ name to an AWS ________.
Alias records are exclusive to AWS. They translate your naked domain name to an AWS resource.
Start of Authority Record (SOA) stores important information about a domain or zone, such as (3)
Email of the ___________
When the domain was last _______
How long the ______ should wait between ________
Start of Authority Record (SOA) stores important information about a domain or zone, such as (3)
Email of the administrator
When the domain was last updated
How long the server should wait between refreshes.
An A record indicates the __ ________ of a given domain
An A record indicates the IP address of a given domain
Simple Routing allows you to have ___ record with _______ IP addresses associated with it
Simple Routing allows you to have one record with multiple IP addresses associated with it
Weighted Routing lets you associate multiple ________ with a single ________ name and then allows you to choose how much traffic is ________ to each resource
Weighted Routing lets you associate multiple resources with a single domain name and then allows you to choose how much traffic is routed to each resource
Latency-Based ________ decisions are decided based on the lowest _______ possible
Latency-Based Routing decisions are decided based on the lowest latency possible
Failover Routing is ideal for a scenario where your application has an ______ and ________ route, and if a path fails a health check the ________ route will become ______
Failover Routing is ideal for a scenario where your application has an active and passive route, and if a path fails a health check the passive route will become active
Geolocation Routing lets you choose the resources that serve your traffic based on the __________ location of your _____
Geolocation Routing lets you choose the resources that serve your traffic based on the geographic location of your users
Multivalue Answer Routing lets you use Route 53 to respond to DNS queries with up to _____ healthy records selected at _______.
Multivalue Answer Routing lets you use Route 53 to respond to DNS queries with up to eight healthy records selected at random.
Using route 53, you can set health checks on _________ record sets
Using route 53, you can set health checks on individual record sets
A Network Load Balancer would be ideal if you wanted to achieve very ___ _______ and need a _____ IP address
A Network Load Balancer would be ideal if you wanted to achieve very low latency and need a Static IP address
What happens if a record fails a health check?
It will be removed from Route 53 until it passes the health check
Simple routing will route traffic to a single record with _______ values
Simple routing will route traffic to a single record with multiple values
Simple routing policies do not work with
health checks