NS and SOA records that Amazon Route 53 creates for a public hosted zone (original) (raw)

For each public hosted zone that you create, Amazon Route 53 automatically creates a name server (NS) record and a start of authority (SOA) record. You rarely need to change these records.

Topics

The name server (NS) record

Amazon Route 53 automatically creates a name server (NS) record that has the same name as your hosted zone. It lists the four name servers that are the authoritative name servers for your hosted zone. Except in rare circumstances, we recommend that you don't add, change, or delete name servers in this record.

The following examples show the format for the names of Route 53 name servers (these are examples only; don't use them when you're updating your registrar's name server records):

To get the list of name servers for your hosted zone:

  1. Sign in to the AWS Management Console and open the Route 53 console athttps://console.aws.amazon.com/route53/.
  2. In the navigation pane, click Hosted zones.
  3. On the Hosted zones page, choose the radio button (not the name) for the hosted zone, then choose View details.
  4. On the details page for the hosted zone, choose Hosted zone details.
  5. Make note of the four servers listed for Name servers.

For information about migrating DNS service from another DNS service provider to Route 53, see Making Amazon Route 53 the DNS service for an existing domain.

The start of authority (SOA) record

The start of authority (SOA) record identifies the base DNS information about the domain, for example:

ns-2048.awsdns-64.net. hostmaster.example.com. 1 7200 900 1209600 86400

A SOA record includes the following elements:

To find your SOA records in Route 53
  1. Sign in to the AWS Management Console and open the Route 53 console athttps://console.aws.amazon.com/route53/.
  2. In the navigation pane, choose Hosted zones.
  3. Select the linked name of the domain for which you want to view records.
  4. On the Records section you can see all the records listed and you can also filter records to find your SOA value.