Amazon Route 53
Developer Guide (API Version 2012-12-12)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Go to the Kindle Store to download this guide in Kindle format.Did this page help you?  Yes | No |  Tell us about it...

Hosted Zones

A hosted zone is a collection of resource record sets hosted by Route 53. Like a traditional DNS zone file, a hosted zone represents a collection of resource record sets that are managed together under a single domain name. Each hosted zone has its own metadata and configuration information.

The resource record sets contained in a hosted zone must share the same suffix. For example, the example.com hosted zone can contain resource record sets for www.example.com and www.aws.example.com subdomains, but cannot contain resource record sets for a www.example.ca subdomain.

You can use the Route 53 console or API to create, list, modify, and delete hosted zones and their resource record sets. The following table describes the actions you can perform on a Route 53 hosted zone and provides links to how-to and reference topics.

ActionUsing the Route 53 ConsoleUsing the Route 53 API

Create a hosted zone

See Creating a Hosted Zone.

See POST CreateHostedZone.

Get information about the name servers for your hosted zone

See Getting the Name Servers for a Hosted Zone.

See GET GetHostedZone.

Delete a hosted zone

See Deleting a Hosted Zone.

See DELETE DeleteHostedZone.

List your hosted zones

See Listing the Hosted Zones for an AWS Account.

See GET ListHostedZones.