> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/cloud-scanning/cloud-resource-attributes/aws/route-53-hosted-zone.md).

# Route 53 호스티드 존

## 리소스 유형

`AWS.Route53.HostedZone`

## 리소스 ID 형식

Route 53 Hosted Zone 리소스의 리소스 ID는 아래와 같이 구성됩니다:

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

예:

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

이 구성은 다음 작업을 가능하게 합니다:

* 첫 번째 콜론 앞의 문자를 확인하여 연결한 모든 AWS 계정의 Route 53 Hosted Zone 리소스를 구분할 수 있습니다.
* 계정 내의 Hosted Zone 리소스를 구분하려면, 다음 뒤의 문자를 확인하여 `/`.

## 배경

Amazon Route 53는 고가용성과 확장성을 갖춘 DNS(도메인 이름 서비스) 웹 서비스입니다. Route 53은 사용자 요청을 AWS 또는 온프레미스에서 실행 중인 인터넷 애플리케이션에 연결합니다.

## 예시

```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": "Route53 등록 기관에 의해 생성된 HostedZone",
			"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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/ko/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.
