Configuring DNS routing for a new domain - Amazon Route 53

Configuring DNS routing for a new domain

A new domain you purchased from Route 53

When you register a domain with Route 53, we automatically make Route 53 the DNS service for the domain. Route 53 creates a hosted zone that has the same name as the domain, assigns four name servers to the hosted zone, and updates the domain to use those name servers.

A new domain you purchased from another registrar

When you purchase a domain from another registrar, for example, because the top-level domain (TLD) isn't offered by Route 53, you can still manage DNS routing by using Route 53. For more information, see Domains that you can register with Amazon Route 53.

Follow these instructions to create a public hosted zone and then use the name servers created with the registrar:

To create a hosted zone for a non-Route 53 domain
  1. Sign in to the AWS Management Console and open the Route 53 console at https://console.aws.amazon.com/route53/.

  2. In the navigation pane, choose Hosted zones, and then choose Create hosted zone.

  3. For the Name, enter the name of the domain you want to create a hosted zone for, Such as example.com, an optional description, choose Public hosted zone and then Create hosted zone.

  4. After you create the hosted zone, note the four name server (NS) records that were created. Each will start with "ns-".

    At your domain registrar, enter the name servers from above to delegate the domain management to your Route 53 hosted zone.

Route DNS traffic

To specify how you want Route 53 to route internet traffic for the domain, you create records in the hosted zone. For example, if you want to route requests for example.com to a web server that's running on an Amazon EC2 instance, you create a record in the example.com hosted zone, and you specify the Elastic IP address for the EC2 instance. For more information, see the following topics: