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.