4.47. R53 Public Hosted Zones

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

What is a hosted zone in Route 53?

A hosted zone is a DNS database managed by Route 53 for a specific domain (e.g., animals4life.org).

2
New cards

What are the two types of hosted zones in Route 53?

Public (accessible via the internet) and Private (accessible only within specified VPCs).

3
New cards

Is Route 53 a regional or global service?

Global – Route 53 has globally distributed name servers with the same replicated dataset.

4
New cards

How many name servers are allocated to a public hosted zone?

Four public name servers are allocated per public hosted zone.

5
New cards

How is a hosted zone made authoritative for a domain?

By registering a domain or updating the domain's NS records at the registrar to point to the four Route 53 name servers.

6
New cards

Can Route 53 host zones for domains registered with external registrars?

✅ Yes. You can create a public hosted zone in Route 53 and update the NS records at registrars like GoDaddy or Hover.

7
New cards

Where are public hosted zone records accessible from?

From the public internet and from inside AWS VPCs using the Route 53 DNS resolver.

8
New cards

What types of records can be stored in a public hosted zone?

Examples include A, AAAA, MX, TXT, and CNAME records.

9
New cards

What is the monthly cost model for public hosted zones?

A small monthly fee per hosted zone, plus micro-fees per DNS query.

10
New cards

How does DNS resolve names in a public hosted zone?

By walking the tree: root ➝ TLD (e.g., .org) ➝ domain zone (animals4life.org) ➝ record (e.g., www).

11
New cards

How does Route 53 provide DNS resolution within a VPC?

VPCs use the Amazon-provided DNS resolver, typically at the VPC+2 IP address.

12
New cards

What happens when a domain is registered via Route 53?

Route 53 auto-creates a public hosted zone, allocates name servers, and updates the registry with the correct NS records.