Route 53 Flashcards

1
Q

What is a DNS?

A

A domain naming system.
This turns human-understandable host names into IP addresses that the web browser uses to access servers.

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

What feature of DNS servers allows them to speed up repeat queries?

A

They cache IPs for a set period of time so they don’t have to go through the iterative process of finding them again

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

What is Route 53?

A

AWS managed DNS and domain registrar.

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

What is a useful feature of R53 for checking the availability of resources?

A

It supports health checks

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

What is a hosted zone?

A

A container for records that defines how to route traffic to a domain and its subdomains.
Comes in public and private flavours.

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

What is time to live for R53?

A

This is how long the client should cache a requested result after it is supplied by R53.

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

What happens if the time to live is set high or low for R53?

A

If high:
* less traffic on Route 53
* records could become outdated

If low:
* more traffic on Route 53 (can be expensive)
* records are less likely to become outdated
* easy to change the records

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

What is the difference between a CNAME and alias in AWS?

A

CNAME points a hostname to any other hostname. Only works for non-root domains.

Alias points a hostname to an AWS resource. Alias is free and works with both root and non-root domains.

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

What is a weighted routing policy?

A

Allows you to control the percentage of requests that go to each specific resource, 0 means no traffic goes to a resource and vice versa.

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

Why might one use weighted routing?

A

To test new application versions with just a small percentage of all users

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

What type of routing is used if you want to direct a user to a resource that will give them the quickest response time?

A

Latency routing

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

What routing policy would be used to direct users to the application based specifically on their location?

A

Geolocation

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

Why would one use geolocation routing?

A

To direct users to the relevant version of the app for them, e.g. German users to a german version

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

What is geoproximity routing?

A

Directs users to a resource based on their location and the location of the resource as well as a bias value that acts like gravity for the connections

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

What is multi-value routing?

A

IP based routing to route traffic to multiple resources. Can be used for resources inside and outside of the AWS cloud

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

Do you have to buy your domain through Route 53 in order to use it?

A

No, you can buy it from a different domain registrar and then attach it within R53