Route 53 Hosted Zone

Resource Type

AWS.Route53.HostedZone

Resource ID Format

The resource ID of Route 53 Hosted Zone resources is constructed like the below:

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

Example:

123456789012::AWS.Route53.HostedZone/Z1234567ABCDEF1V2T3E

This construction allows you to do the following:

  • Differentiate between Route 53 Hosted Zone resources across all AWS accounts you have linked, by checking the characters before the first colon.

  • Differentiate between Hosted Zone 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

Last updated

Was this helpful?