AWS Route 53 Flashcards

1
Q

What is Route 53?

A

Route 53 is a Domain Name Service (DNS) that allows domain registration, management of record sets, complex traffic flows, health checks, and resolving VPC traffic outside of AWS.

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

What is a Hosted Zone in Route 53?

A

A Hosted Zone is a container for record sets, scoped to route traffic for a specific domain or subdomains.

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

What are the types of Hosted Zones?

A

Public Hosted Zone: Handles inbound traffic from the internet. Private Hosted Zone: Handles traffic within an Amazon VPC.

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

What are the action types for modifying record sets in Route 53?

A

CREATE: Creates a new record set. DELETE: Deletes an existing record set. UPSERT: Creates or updates a record set.

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

What is an A Record in Route 53?

A

Maps a domain name to an IPv4 address. Example: example.com -> 192.0.2.1

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

What is a CNAME Record in Route 53?

A

Maps a domain name to another domain name (alias). Example: www.example.com -> example.com

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

What is an MX Record in Route 53?

A

Specifies the mail servers responsible for receiving email for a domain. Example: example.com -> mail.example.com

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

What is an ALIAS Record in Route 53?

A

A Route 53-specific type similar to CNAME, used at the root domain level to point to AWS resources. Example: example.com -> ALIAS to d123cf.cloudfront.net

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

What are the key characteristics of Traffic Flow in Route 53?

A

A visual editor for creating routing configurations. Supports versioning. Costs $50 per policy per month. Routing rules include Weighted, Failover, Geolocation, Latency, Multivalue Answer, and Geoproximity.

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

What is a Simple Routing Policy in Route 53?

A

The default policy; one record with multiple IP addresses. Route 53 returns all IP addresses to the DNS resolver in random order.

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

What is a Weighted Routing Policy in Route 53?

A

Distributes traffic across multiple resources based on assigned weights.

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

What is a Failover Routing Policy in Route 53?

A

Creates an active/passive setup with a primary site and a secondary recovery site. Traffic is routed to the primary endpoint under normal conditions and redirected to the secondary endpoint if the primary is unhealthy.

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

What is a Geolocation Routing Policy in Route 53?

A

Routes traffic based on the geographic location of the DNS request.

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

What is a Latency Routing Policy in Route 53?

A

Routes traffic to the resource that provides the lowest latency, directing traffic to the AWS region with the lowest latency for the user.

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

What is a Multivalue Answer Routing Policy in Route 53?

A

Returns multiple IP addresses to improve redundancy and load distribution. Up to eight values are returned, with health checks performed.

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

What is a Geoproximity Routing Policy in Route 53?

A

Routes traffic based on the geographic location of both resources and users, with the ability to adjust traffic flow using bias settings. Available only with Traffic Flow.

17
Q

What are Health Checks in Route 53?

A

Health checks monitor the health of endpoints every 30 seconds (reduced to 10 seconds if needed) and can monitor other health checks. Up to 50 health checks can be created.

18
Q

What is Route 53 Resolver?

A

A DNS server that resolves DNS queries between your on-premise network and a VPC, supporting bidirectional traffic resolution.

19
Q

What is DNSSEC and how does it relate to Route 53?

A

Domain Name System Security Extensions (DNSSEC) secures data exchanges in DNS networks. It allows DNS resolvers to validate that responses are authentic and have not been tampered with. KSK signing is used to sign other keys in the DNSSEC process.

20
Q

What is a Zonal Shift in Route 53?

A

A Zonal Shift moves a load balancer resource from an impaired availability zone (AZ) to a healthy one. Supported only on ALB and NLB with cross-zone load balancing turned off, and not supported when using ALB as a Global Accelerator endpoint.

21
Q

What are Route 53 Profiles?

A

Route 53 Profiles allow the application and management of DNS-related configurations across many VPCs and different AWS accounts.

22
Q

What resources can be associated with a Route 53 Profile?

A

Private Hosted Zone, Route 53 Resolver rules, DNS Firewall rule groups.