> 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은 AWS에서 실행 중이거나 온프레미스에 있는 인터넷 애플리케이션에 사용자 요청을 연결하는 고가용성의 확장 가능한 DNS(도메인 이름 서비스) 웹 서비스입니다.

## 예시

```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 Registrar가 생성한 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
