Route 53 Flashcards

1
Q

What is DNS?

A

Convert human friendly domain names to ip addresses

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

Which does Route 53 support - IPV4 or IPV6?

A

Supports both IPV4 and IPV6

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

What is the Top level domain?

A

The last word in the domain name

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

Who controls top level? Who controls below top level?

A

ICANA, domain registrar

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

What is TTL?

A

Length of time DNS record is cached e.g. a domain name can switch pointing to a diff ip

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

What is a SOA?

A

Start of Authority contains all the different types of DNS records, start of DNS

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

What is an A record?

A

Basic DNS record, mapping of domain name to ip

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

What is a CNAME?

A

Record mapping one domain name to another

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

What is an Alias Record?

A

AWS specific, works like CNAME, mapping resources in aws hosted zones to AWS resources.

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

What records can be used with naked domain names? (zone apex record) and what can’t?

A

CNAME cannot be used with naked domain name

A records and Alias records can

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

Between a CNAME and Alias record which should you choose?

A

Choose Alias Record

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

What is a NS Record?

A

A Name Server record directs traffic from top level domains to the SOA where all the DNS records are

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

What is simple routing policy? How are ip’s returned? Can you have a healthcheck? ip’s returned? Can you have a healthcheck? How many record sets do you create?

A

Only have one record maps to multiple ip addresses. IP’s are returned in a random order
No healthcheck can be done
A single record set

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

What is weighted routing policy? How are ip’s returned? Can you have a healthcheck? How many record sets do you create?

A

Splits traffic based on weights assigned. (e.g. different regions)
Yes can configure healthcheck
Create mutliple record sets each with different weights and healthchecks

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

What is a health check in Route53?

A

Can be set for individual record sets. Record set will be removed until it passes the health check. SNS compatible

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

What is failover routing policy? How are ip’s returned? Can you have a healthcheck? How many record sets do you create?

A

It is an active/passive setup using health checks, where 1 record set is the primary pointing to ip (e.g. region), and another record is a secondary pointing to a diff ip (e.g. diff region). Fails over to the secondary if the primary record fails the healthcheck

17
Q

What is geolocation routing policy? How are ip’s returned? Can you have a healthcheck? How many record sets do you create?

A

Traffic is sent based on location of users for e.g. localization, directing to different region.
You can use healthchecks.
You create a record set for each region.

18
Q

What is geoproximatiy routing policy? How are ip’s returned? Can you have a healthcheck? How many record sets do you create?

A

Available only with route 53 Traffic Flow, direct traffic based on user/resource location and bias (shrinks/expands geo regions).
N/A
N/A

19
Q

What is latency routing policy? How are ip’s returned? Can you have a healthcheck? How many record sets do you create?

A

Direct traffic based on lowest network latency for end user (fastest response time) e.g. direct to fastest region
Create 1 Recordset per each region.
Health checks can be used

20
Q

What is multivalue answer routing policy? How are ip’s returned? Can you have a healthcheck? How many record sets do you create?

A

Route 53 returns multiple values (multiple ips). Can check health of each resource and returning healthy only ips.
Like simple routing but with healthchecks.
Yes Healthchecks are used
You create 1 recordset for each healthcheck. 1 record set points to ip address in 1 particular region