Amazon Route 53 Domain Configuration

Learn how to point your Amazon Route 53 domain to a Pantheon site.

Discuss in our Forum Discuss in Slack

Before You Begin

Be sure that you have a:

Locate Pantheon's DNS Values

Identify DNS values to point your domain to Pantheon:

  1. Navigate to the Site Dashboard and select the target environment (typically Live) then click Domains / HTTPS.
  2. Click the Details button next to your domain.

Keep this page open and login to your Amazon Route 53 account in a new tab before you continue.

Configure DNS Records on Route 53

A Record

  1. Click Hosted Zones and select the domain you wish to configure.

  2. Click Create Record Set to add a new record, then select A - IPv4 address for the record type.

  3. Leave the Name field blank and enter the A record value provided by Pantheon in the Value field.

  4. Select desired Time to Live (TTL).

  5. Click Create:

    Route 53 A record

AAAA Records

  1. Click Create Record Set to add a new record, then select AAAA - IPv6 address for the record type.

  2. Leave the Name field blank and enter the both AAAA record value provided by Pantheon in the Value field.

  3. Select desired Time to Live (TTL).

  4. Click Create:

    Route 53 AAAA records

A Record for subdomain

An A record is required to configure a subdomain (e.g., www.example.com).

  1. Click Create Record Set to add a new record, then select A - IPv4 address for the record type.
  2. Enter www in the Name field and enter the A record value provided by Pantheon in the Value field (e.g. 23.185.0.2)
  3. Select desired Time to Live (TTL).
  4. Click Create:

Next Steps