1 Answer
- Newest
- Most votes
- Most comments
0
Route 53 is the service and hosted zone is like a container for records. If you look into route 53 service you may find either a public hosted zone or a private hosted zone that's most likely been created. If you look into the Amazon Route 53 pricing page you'll find it costs you - $0.50 per hosted zone / month for the first 25 hosted zones. https://aws.amazon.com/route53/pricing/
Have a look into this developers guide which provides you details on public & private hosted zones and how to go about creating, modifying or deleting them. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-working-with.html
answered a year ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 21 days ago
Also, if you want to know if the R53 zone is being used, you can look at the CloudWatch metrics. There you can see if there are requests being made or not. If you have no requests for the last say week, then it's probably not being used. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/monitoring-cloudwatch.html