Route53 Flashcards
What are Route53 health checks?
Amazon Route 53 health checks are used to monitor the health and performance of our web applications, web servers, and other resources.
What can Route53 health checks monitor?
The health of a specified resource, such as a web server.
The status of other health checks.
The status of an Amazon CloudWatch alarm.
True/False. Health checks are separate from records, but are used by records.
True.
True/False. Health checkers are not located globally and by default perform their checks every 30 seconds. These checks can be sped up to every 10 seconds for an additional cost.
False. Health checkers ARE located globally and by default perform their checks every 30 seconds. These checks can be sped up to every 10 seconds for an additional cost.
What types of hosted zones can you have with Route53?
Private Zones, Public Zones, Split View Zones
What are Public Hosted Zones?
A public hosted zone is a container that holds information about how you want to route traffic on the internet for a specific domain that is accessible from the public internet.
Externally register domains can point at the R53 Public Zone.
True/False. Public hosted zones are accessibe from both the public internet as well as any VPCs that are configured to allow DNS resolution. They are hosted on 4 name servers provided by Route 53.
True.
How are Public hosted zones billed?
There is a monthly cost for hosting a public hosted zone, as well as a small charge for each query made against it.
What is Private Hosted Zone?
A private hosted zone is similar to a public hosted zone in how it operates. The big difference obviously, is that a private hosted zone isn’t public.
Instead, a private hosted zone is associated with VPCs and is only accessible in those VPCs that it’s associated with.
What is Private Hosted Zone?
A private hosted zone is similar to a public hosted zone in how it operates. The big difference obviously, is that a private hosted zone isn’t public.
Instead, a private hosted zone is associated with VPCs and is only accessible in those VPCs that it’s associated with.
What is Split View Hosted Zone?
Split view hosted zones help access an internal version of a website using the same domain name that is used publicly.
This could be useful if you wanted people outside of your organization to view a public version of your website, but wanted to allow those inside of your corporate network to be able to access an internal version of the website.
What routing policies does Route53 provide?
Simple Routing
Weighted Routing
Multivalue Routing
Failover Routing
Latency Routing
Geolocation Routing
Geoproximity Routing
IP-based Routing
What is a Simple Routing policy?
Used to configure standard DNS resources, with no special Route 53 routing such as weighted or latency. Typically used to route traffic to a single resource, such as a web server.
What is a Weighted Routing policy?
Routes traffic to multiple resources based on proportions we specify.
What is a Multivalue Routing policy?
Allows us to configure Route 53 to return multiple values, such as IP addresses for our web servers, in response to DNS queries.