Route 53 Domains
Resource Type
AWS.Route53Domains
Resource ID Format
The resource ID of Route 53 Domain resources is constructed like the below:
[AccountId]::AWS.Route53Domains/[domain]
Example:
123456789012::AWS.Route53Domains/example.com
This construction allows you to do the following:
Differentiate between Route 53 Domain resources across all AWS accounts you have linked, by checking the characters before the first colon.
Differentiate between Domain 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
{
"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"
}
Last updated
Was this helpful?