Section 10: Route 53 Flashcards

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

What is AWS Route 53?

A

AWS Route 53 is a scalable Domain Name System (DNS) web service designed to provide highly reliable and cost-effective domain registration, DNS routing, and health checking.

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

True or False: Route 53 can only be used with AWS resources.

A

False

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

What are the three main functions of AWS Route 53?

A

Domain registration, DNS routing, and health checking.

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

Fill in the blank: Route 53 is designed to provide _____ and cost-effective domain registration.

A

highly reliable

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

Which protocol does AWS Route 53 primarily use for DNS queries?

A

UDP (User Datagram Protocol)

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

What is a hosted zone in Route 53?

A

A hosted zone is a container for records that define how to route traffic for a domain and its subdomains.

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

Multiple Choice: What type of record would you use to point a domain to an IP address? A) CNAME B) A Record C) MX Record

A

B) A Record

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

What is the purpose of health checks in Route 53?

A

Health checks monitor the status of endpoints to ensure traffic is only routed to healthy resources.

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

True or False: Route 53 can perform DNS failover.

A

True

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

What is the maximum number of records you can have in a single hosted zone?

A

There is no limit on the number of records in a hosted zone, but there is a limit on the number of record sets you can create per account.

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

Fill in the blank: Route 53 uses _____ to translate domain names into IP addresses.

A

DNS (Domain Name System)

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

What is the difference between a public hosted zone and a private hosted zone in Route 53?

A

A public hosted zone is accessible from the internet, while a private hosted zone is only accessible within one or more VPCs.

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

Multiple Choice: Which of the following is NOT a type of DNS record supported by Route 53? A) AAAA B) TXT C) JPEG

A

C) JPEG

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

What feature does Route 53 offer to help with latency-based routing?

A

Route 53 uses latency-based routing to direct traffic to the region that provides the lowest latency to the user.

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

True or False: Route 53 allows for geolocation routing.

17
Q

What is the purpose of a record set in Route 53?

A

A record set is used to define how Route 53 responds to DNS queries for a specific domain name.

18
Q

Fill in the blank: Route 53 can be integrated with _____ for managing domain names.

A

AWS services

19
Q

How does Route 53 handle DNS queries?

A

Route 53 answers DNS queries by returning the appropriate record set based on the DNS request.

20
Q

What is the significance of TTL (Time to Live) in Route 53?

A

TTL determines how long DNS resolvers cache a DNS record before querying again.

21
Q

Multiple Choice: Which routing policy would you use to distribute traffic across multiple resources? A) Simple routing B) Weighted routing C) Failover routing

A

B) Weighted routing

22
Q

What is an alias record in Route 53?

A

An alias record allows you to point a domain name to an AWS resource without needing an IP address.

23
Q

True or False: Route 53 can only manage domains registered with AWS.

24
Q

What is a DNS query?

A

A DNS query is a request made by a client to a DNS server to resolve a domain name into an IP address.

25
Q

Fill in the blank: Route 53 supports _____ routing policies to control how traffic is directed.

26
Q

What type of routing policy would you use for disaster recovery in Route 53?

A

Failover routing policy

27
Q

What does an A record do

A

Maps hostname to an IP

28
Q

What does an AAAA record do

A

maps hostname to IPv6

29
Q

What does cname do

A

maps hostname to another hostname

30
Q

What does a name server do

A

Server that respond to DNS queries

31
Q

What domains do cnames work on?

A

Non Root domains

32
Q

What domains do alias’s work on?

A

root and non-root domain

33
Q

What route 53 record can you not set TTL

34
Q

What aws resource cannot be setup with an alias record

A

EC2 dns name

35
Q

What routing policy would you use to route traffic to a single resource

36
Q

This route 53 health check combines the results of multiple health checks into a single check

A

Calculated health checks