Route 53 Flashcards

(37 cards)

1
Q

What does DNS stand for?

A

Domain Name System

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

What does DNS do?

A

Translates domain names into IP addresses.

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

What is a Top-Level Domain (TLD)?

A

The last segment of the domain, e.g., .com, .org.

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

What is a Second-Level Domain (SLD)?

A

The domain directly before the TLD, e.g., amazon.com.

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

What is Route 53?

A

AWS’s scalable and highly available authoritative DNS service.

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

Why is Route 53 called that?

A

53 is the port number used by DNS.

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

What are common DNS record types?

A

A, AAAA, CNAME, NS

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

What does an A record do?

A

Maps a hostname to an IPv4 address.

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

What does an AAAA record do?

A

Maps a hostname to an IPv6 address.

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

What does a CNAME record do?

A

Maps a hostname to another hostname.

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

What is an NS record?

A

Specifies the name servers for a hosted zone.

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

What is a hosted zone in Route 53?

A

A container for DNS records that define how you route traffic for a domain and its subdomains.

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

What is TTL in Route 53?

A

Time to Live – how long DNS records are cached.

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

When to use high TTL?

A

Less traffic to Route 53 but possibly outdated records.

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

When to use low TTL?

A

Frequent updates and faster propagation of changes.

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

What is the difference between CNAME and Alias?

A

CNAME can’t be used for root domains; Alias can and is free.

17
Q

Can Alias records be used at root domain level?

18
Q

Can you set TTL for Alias records?

A

No, Route 53 manages it automatically.

19
Q

What are common targets for Alias records?

A

ELB, CloudFront, API Gateway, S3 websites, Route 53 records.

20
Q

Can you use Alias records for EC2 DNS?

21
Q

What does a simple routing policy do?

A

Routes to a single resource or randomly among multiple.

22
Q

What is a weighted routing policy?

A

Distributes traffic across resources by assigned weights.

23
Q

Can weighted records have health checks?

24
Q

What is latency routing?

A

Routes traffic to the region with the lowest latency.

25
What is failover routing?
Routes traffic to a secondary resource if the primary is unhealthy.
26
What is geolocation routing?
Routes based on user's physical location.
27
What is geoproximity routing?
Routes traffic based on proximity and bias (expand/shrink).
28
What is multi-value answer routing?
Returns multiple healthy resources, up to 8.
29
What is Route 53 Traffic Flow?
A visual tool to manage complex routing configurations.
30
What is a calculated health check?
Combines multiple health checks using logical operations.
31
What is a CloudWatch alarm health check?
Monitors metrics like RDS or custom values for health.
32
How does Route 53 perform health checks?
Using HTTP/HTTPS/TCP from multiple global checkers.
33
What status codes mean a successful health check?
2xx and 3xx.
34
What is the interval for health checks?
Default 30s; can be 10s (at extra cost).
35
Can health checks check private resources?
Yes, using CloudWatch alarms.
36
What is a domain registrar?
A service to buy and register domain names.
37
Can you use Route 53 with third-party domains?
Yes, by updating NS records to Route 53's servers.