Here we will go over how to find hosted zone id route53.
What is a Hosted Zone?
Route53 is AWS’ service for managing DNS. Hosted Zones are the base layer of Route53. Typically, each hosted zone corresponds to a domain name, or possibly a sub domain.
The hosted zone is the container for DNS records, this is where you will configure how the world interacts with your domain, such as pointing it to an IP address with an A record.
Read more about Route53 hosted zones in the AWS docs here.
Steps to Find a Hosted Zone ID in Route53
Navigate to Route53
Once signed into the AWS Console, use the search bar up to to search for Route53
and select it.

Go to hosted zones
Click on the link to hosted zones

Locate the hosted zone ID and name
The hosted zone name is the domain name and the hosted zone ID will be on the right.

Are you looking to improve your AWS skills and connect with other cloud professionals?
Join the Arcadian Cloud discord group! Our community of AWS experts is dedicated to helping each other study for certifications, troubleshoot technical issues, enhance resumes, and secure better cloud jobs. Don’t miss out on this valuable opportunity to learn and grow with like-minded individuals. Click the link below to join now and start benefiting from the wealth of knowledge and support within our community.
Very informative. Thanks