# 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(Domain Name Service) 웹 서비스입니다. 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 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: 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.
