# Route 53 Hosted Zone

## Resource Type

`AWS.Route53.HostedZone`

## Resource ID Format

The resource ID of Route 53 Hosted Zone resources is constructed like the below:

`[AccountId]::AWS.Route53.HostedZone/[zoneId]`

Example:

`123456789012::AWS.Route53.HostedZone/Z1234567ABCDEF1V2T3E`

This construction allows you to do the following:

* Differentiate between Route 53 Hosted Zone resources across all AWS accounts you have linked, by checking the characters before the first colon.
* Differentiate between Hosted Zone resources within an account, by checking the characters after the `/`.

## Background

Amazon Route 53 is a highly available and scalable DNS (Domain Name Service) web service. Route 53 connects user requests to internet applications running on AWS or on-premises.

## Example

```json
{
	"AccountId": "123456789012",
	"DelegationSet": {
		"CallerReference": null,
		"Id": null,
		"NameServers": [
			"ns-1.awsdns-27.net",
			"ns-2.awsdns-56.co.uk",
			"ns-3.awsdns-47.com",
			"ns-4.awsdns-51.org"
		]
	},
	"HostedZone": {
		"CallerReference": "RISWorkflow-RD:f86778a1-bc62-4f5b-ac55-f4c10c174ab6",
		"Config": {
			"Comment": "HostedZone created by Route53 Registrar",
			"PrivateZone": false
		},
		"Id": "/hostedzone/Z1234567ABCDEF1V2T3E",
		"LinkedService": null,
		"Name": "example.net.",
		"ResourceRecordSetCount": 3
	},
	"Name": "AWS.Route53.HostedZone",
	"Region": "us-east-1",
	"ResourceId": "123456789012::AWS.Route53.HostedZone/Z1234567ABCDEF1V2T3E",
	"ResourceType": "AWS.Route53.HostedZone"
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/cloud-scanning/cloud-resource-attributes/aws/route-53-hosted-zone.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
