- Reference
- Subdomain setup
- DNS records by provider
Add DNS records at AWS Route 53
These are the steps for AWS Route 53. For what the records do and how to check the setup afterwards, see Subdomain setup.
Datahash tells you which record type to use and gives you the values. Follow the matching section below and enter the values you were given.
Both record types start the same way in Route 53, so this screenshot covers either one.
Getting to the DNS records panel1 screenshot
Adding NS records
Section titled “Adding NS records”-
Sign in to AWS and open Route 53.
-
Click Hosted zones and select the domain you are configuring.
-
Click Create record.
-
Choose NS as the type and enter one of the nameserver values from the Datahash setup window.
You will have been given four nameserver values. Repeat the last two steps until all four records exist. A delegation with one of the four missing looks complete in the console and does not resolve.
NS record walkthrough4 screenshots

The Hosted zones list filtered to the domain, with an arrow at the filter box and another at the domain name link that opens it. 
The hosted zone's Records tab, with an arrow pointing to the highlighted Create record button. 
The quick create record form, with labels and arrows marking the record name field, NS as the record type, and the nameserver value in Value. 
The confirmation banner after saving, with the Records tab now showing four nameservers listed in the NS record.
Adding a CNAME record
Section titled “Adding a CNAME record”-
Sign in to AWS and open Route 53, then Hosted zones, then the domain.
-
Click Create record.
-
Choose CNAME as the type and paste the value Datahash gave you.
-
Click Create records.
CNAME record walkthrough4 screenshots

The Hosted zones list with a single zone, the domain name and its row highlighted. 
The hosted zone's Records tab, with Create record highlighted above the existing NS and SOA records. 
The quick create record form, with the subdomain in the record name field, CNAME highlighted as the record type, and the target hostname in Value. 
The Records tab after saving, listing the new CNAME record alongside the existing A, NS and SOA records.


