Route 53 Flashcards
Which of the following is the correct use case for Route 53? (1)
Conduct health checks on AWS resources
Deploy your code as infrastructure to run your application
Route traffic to AWS resources
Provide a PEM key to SSH into an AWS service
Route traffic to AWS resources
In Route 53, What does an alias do?
ˈeɪliəs
Points our records to the correct IP endpoint
ˈeɪliəs
Route 53 alias records are mapped internally to the DNS name of alias targets such as AWS resources. Route 53 monitors the IP address associated with an alias target’s DNS name for scaling actions and software updates. The authoritative response from Route 53 name servers contains an A record (for IPv4 addresses) or AAAA record (for IPv6 addresses) with the IP address of the alias target.
The AWS specific DNS record type?
Alias
Alias records are smart where they can detect the change of an IP address and continuously keep that endpoint pointed to the correct resource.
In most cases you want to be using Alias when routing traffic to AWS resources
Failover routing policy does what?
Routes traffic based on endpoint health conditions?
Weighted routing policy does what?
Routes traffic based on incoming volume of traffic?
Routes traffic based on latency?
Routes traffic based on location?
Routes traffic based on endpoint health conditions?
Routes traffic based on incoming volume of traffic?
The default routing policy?
The default routing policy?
Simple Routing Policy
This routing policy directs traffic based on the users location
Geolocation Routing Policy
This routing policy directs traffic based on the health check status of instances
Failover routing policy
Simple Routing gives a specified IP address that the cloud engineer has to set?
ˈspɛsəˌfaɪd
False
If you provide multiple IP values when using a simple routing policy, how is traffic routed?
Randomly
If you assign a weight value of 50, how much traffic is sent to the resource?
50%
Latency based routing is specific to availability zone?
False
It’s based on region
Routing policy: Latency.
Latency Based Routing allows you to direct traffic based on the lowest network latency possible for your end-user based on region.
Where do you setup a Latency resource record? There are two places
Latency routing policy – Use when you have resources in multiple AWS Regions and you want to route traffic to the region that provides the best latency.
At the EC2 or at the ELB resource that hosts your application in each region.
This doesn’t imply the closest server all the time, just the server with the lowest latency.
https://1.bp.blogspot.com/-azwP-519wl0/UF8kLXNQatI/AAAAAAAAAnI/CU4R3hS1QKU/s1600/Geo+Distributed+Architecture+Route53+LBR+Technical+Architecture.jpg
You must create this kind of record for each EC2 or ELB hosting your application in each region
Latency Resource Record
ˈleɪtənsi) (ˈrisɔrs) (rəˈkɔrd
When our web application goes offline how does Failover routing help?
Diverts traffic to a secondary resource
ˈsɛkənˌdɛri