Route 53 Flashcards

1
Q

In Route 53 What is an Alias Record?

A
  • Alias records only exist within AWS.
  • Maps resources to other AWS resources (like web servers to ELBs)
  • “a type of record that you can create to route traffic to AWS resources.”
  • Alias records, unlike CNAMES are available at the Zone Apex
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a simple routing policy and what is the use case?

A
  • One IP address with multiple IP addresses returned in a random order.
  • Use this for something like a web server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a weighted routing policy and what is the use case? What about health checks?

A
  • Allows you to split your traffic based on weight.
  • If you have one larger server for example.
  • you can incorporate health checks to rebalance the weighting until a failed one passes, and you can be notified of failed health checks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Failover routing policy and what is the use case?

A
  • Health of a primary site is monitored, and a secondary one is used if there’s a failure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Geolocation routing policy and what is the use case?

A
  • Lets you route based on the location of the DNS origination
  • all queries from Germany are pushed to German servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a latency routing policy and what is the use case?

A
  • Routing is based on the latency for the end-user.
  • Gives the fastest response time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a multivalue answer routing policy and what is the use case?

A
  • Same as simple routing but only returns healthy endpoints
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What kind of a DNS record could you use to map example.com to an ELB

A

An alias A Record with the ELB as the target

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can you protect against man in the middle / DNS Spoofing attacks on DNS?

A

Endable DNSSEC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How is a Geoproximity Routing slightly different than a Geolocation Routing in Route 53?

A

Geoproximity can have a bias setting to grow or shrink the region from which traffic is routed to a resource, whereas geolocation routes to a resource based on origination

Geolocation lets you route based on the location of the users.

Geoproximity lets you route based on the location of resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly