Route53 Flashcards

1
Q

What AWS resources can route 53 Alias records map to?

A

ELBs
CloudFront
S3 buckets
Elastic Beanstalk

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

Explain the Weighted Routing Policy

A

Policy which can split traffic based on assigned weights, such as 80% here and 20% there. Two Alias records are created for the zone with their espective weights entered

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

Explain the Geolocation Routing Policy

A

Policy which routes traffic based on the geographic location of the user

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

What is a top-level domain?

A

That is the name given to the rightmost portion of a domain name, such as .com, .net, or .edu

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

When developing a new version of a website, the customer wants 20% of traffic to be diverted to the new site and 80% to the old site? How is this accomplished?

A

Create two Alias records in the Route53 hosted zone, and use Weighted Routing Policy, setting one to 20 and the other to 80

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

True or false: route53 is a global, not regional service

A

True

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

Explain the Latency based Routing Policy

A

Policy which routes traffic based on the lowest network latency for the end user

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

What is an A record?

A

Record which stores the IPv4 address for a domain

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

What is a CNAME record?

A

A record which is used to resolve one domain name to another. Instead of having two A records, the CNAME does the translation

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

What is an AAAA record?

A

Record which stores the IPv6 address for a domain

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

What is a domain registrar?

A

An authority that can assign domain names directly under one or more top-level domains

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

Does Route 53 support wildcard entries?

A

Yes. A record can be set up for *.website.com, for example

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

Can you use an A record to resolve to an ELB?

A

No. ELB’s only provide you with DNS names, not IP addresses

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

What are the DNS server names for Route 53?

A

Each Amazon Route 53 hosted zone is served by its own set of virtual DNS servers. The DNS server names for each hosted zone are thus assigned by the system when that hosted zone is created.

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

Explain the Simple Routing Policy

A

Default routing policy. Used most commonly when you have a single resource that performs a function for the domain, such as a single web server

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

What are the five route 53 routing policies?

A
Simple
Weighted
Latency
Failover
Geolocation
17
Q

True or False: It is possible to create multiple hosted zones for the same domain name

A

True

18
Q

Does Route 53 provide query logging capability?

A

Yes. When you configure query logging, Route 53 starts to send logs to CloudWatch Logs.

19
Q

What is the difference between a CNAME and Alias record?

A

Alias records are AWS-specific and used in instances where IP addresses can change. Use of CNAME records in AWS incurs a charge , while Alias records are free and are preferred

20
Q

What is an SOA record?

A

It is the Start of Authority record, which contains information about:administrator of the zone, curreent version of the data file, TTL info

21
Q

What is an NS record?

A

Name Server records: indicates the name servers for the zone

22
Q

True or false: Alias records can be created for the zone apex

A

True. This is not possible for CNAME records

23
Q

Explain the Failover Routing Policy

A

Policy with a primary and secondary record. If the primary fails a health check, traffic is routed to the secondary record

24
Q

What is an Alias record?

A

Similar to a CNAME record in that it translates one domain name to another, but it works on AWS resources and automatically recognized changes in record sets that is referred to. Most commonly used with ELBs whose underlying IP address is subject to constant change

25
Q

What records are created automatically when you first create a hosted zone?

A

NS

SOA