> 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-domains.md).

# Route 53 도메인

## 리소스 유형

`AWS.Route53Domains`

## 리소스 ID 형식

Route 53 도메인 리소스의 리소스 ID는 아래와 같이 구성됩니다:

`[AccountId]::AWS.Route53Domains/[domain]`

예:

`123456789012::AWS.Route53Domains/example.com`

이 구성을 사용하면 다음을 수행할 수 있습니다:

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

## 배경

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

## 예시

```json
{
	"AbuseContactEmail": "abuse@registrar.amazon.com",
	"AbuseContactPhone": "+1.1234561000",
	"AccountId": "123456789012",
	"AdminContact": {
		"AddressLine1": "101 Main st",
		"AddressLine2": "Ste 100",
		"City": "Chicago",
		"ContactType": "PERSON",
		"CountryCode": "US",
		"Email": "person@example.com",
		"ExtraParams": null,
		"Fax": null,
		"FirstName": "Person",
		"LastName": "Example",
		"OrganizationName": null,
		"PhoneNumber": "+1.1234561000",
		"State": "IL",
		"ZipCode": "60629"
	},
	"AdminPrivacy": true,
	"AutoRenew": false,
	"CreationDate": "2023-04-28T16:10:51Z",
	"DomainName": "example.com",
	"ExpirationDate": "2024-04-28T16:10:51Z",
	"Id": "example.com",
	"Nameservers": [
		{
			"GlueIps": null,
			"Name": "ns-1.awsdns-27.net"
		},
		{
			"GlueIps": null,
			"Name": "ns-2.awsdns-56.co.uk"
		},
		{
			"GlueIps": null,
			"Name": "ns-3.awsdns-47.com"
		},
		{
			"GlueIps": null,
			"Name": "ns-4.awsdns-51.org"
		}
	],
	"RegistrantContact": {
		"AddressLine1": "101 Main st",
		"AddressLine2": "Ste 100",
		"City": "Chicago",
		"ContactType": "PERSON",
		"CountryCode": "US",
		"Email": "person@example.com",
		"ExtraParams": null,
		"Fax": null,
		"FirstName": "Person",
		"LastName": "Example",
		"OrganizationName": null,
		"PhoneNumber": "+1.1234561000",
		"State": "IL",
		"ZipCode": "60629"
	},
	"RegistrantPrivacy": true,
	"RegistrarName": "Amazon Registrar, Inc.",
	"RegistrarUrl": "http://registrar.amazon.com",
	"ResourceId": "123456789012::AWS.Route53Domains/example.com",
	"ResourceType": "AWS.Route53Domains",
	"StatusList": [
		"addPeriod",
		"ok"
	],
	"TechContact": {
		"AddressLine1": "101 Main st",
		"AddressLine2": "Ste 100",
		"City": "Chicago",
		"ContactType": "PERSON",
		"CountryCode": "US",
		"Email": "person@example.com",
		"ExtraParams": null,
		"Fax": null,
		"FirstName": "Person",
		"LastName": "Example",
		"OrganizationName": null,
		"PhoneNumber": "+1.1234561000",
		"State": "IL",
		"ZipCode": "60629"
	},
	"TechPrivacy": true,
	"TimeCreated": "2023-04-28T16:10:51Z",
	"UpdatedDate": "2023-04-28T16:21:41.327Z",
	"WhoIsServer": "whois.registrar.amazon.com"
}
```


---

# 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-domains.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.
