Recall & Review
beginner
What is a hosted zone in AWS Route 53?
A hosted zone is a container that holds information about how to route traffic for a specific domain or subdomain. It stores DNS records for that domain.
Click to reveal answer
beginner
What are the two types of hosted zones in AWS Route 53?
Public hosted zones route traffic on the internet, while private hosted zones route traffic within an Amazon VPC (Virtual Private Cloud).
Click to reveal answer
intermediate
How does a public hosted zone differ from a private hosted zone?
A public hosted zone is visible on the internet and routes domain traffic globally. A private hosted zone is only visible inside one or more VPCs and routes traffic privately within AWS.
Click to reveal answer
beginner
What is the purpose of DNS records inside a hosted zone?
DNS records define how domain names map to IP addresses or other resources, directing where traffic should go for services like websites or email.
Click to reveal answer
intermediate
Can you have multiple hosted zones for the same domain in AWS Route 53?
No, you can only have one public hosted zone per domain name in Route 53. Having multiple public hosted zones for the same domain can cause conflicts in DNS resolution. However, you can have multiple private hosted zones for the same domain associated with different VPCs.
Click to reveal answer
What does a hosted zone in AWS Route 53 contain?
✗ Incorrect
A hosted zone contains DNS records that tell the internet how to route traffic for a domain.
Which type of hosted zone is used to route traffic within an Amazon VPC?
✗ Incorrect
Private hosted zones route DNS traffic only within specified VPCs.
Can you create multiple hosted zones for the same domain in AWS Route 53?
✗ Incorrect
Route 53 allows only one public hosted zone per domain to avoid DNS conflicts.
What is the main use of DNS records inside a hosted zone?
✗ Incorrect
DNS records tell where to send traffic for a domain by mapping names to IPs or other targets.
Which hosted zone type is visible to the public internet?
✗ Incorrect
Public hosted zones are visible on the internet and route traffic globally.
Explain what a hosted zone is and the difference between public and private hosted zones in AWS Route 53.
Think about where the DNS information is used and who can see it.
You got /3 concepts.
Describe the role of DNS records inside a hosted zone and why you cannot have multiple hosted zones for the same domain.
Consider how DNS resolution works and the importance of unique routing information.
You got /3 concepts.