How to Register a Domain Name with Amazon Route 53
Introduction
Implementation
Register a domain name
1. Open the AWS Management Console
Open a browser and navigate to the AWS Management Console.
Once you have logged in, ensure you have selected your desired Region in the upper right hand corner based on your infrastructure requirements.
Pro tip: You can learn about the console through the Getting Started with the AWS Management Console tutorial.

2. Open Route 53
Enter Route 53 in the search bar and select Route 53 to open the service console.

3. Choose Register domain
Choose the Register domain button.
Dive deeper: Read the documentation for registering a new domain.

4. Enter a domain name
Enter a desired domain name in the text box and choose an extension such as .com in the dropdown list and choose the Check button.
Choose the Add to cart button next to the domain that you want to purchase.
Choose the Continue button at the bottom of the page.
If the domain you chose is not available, choose one of the related domain suggestions or try again with a different domain name.

5. Enter your contact information
Enter the registrant contact detail for your domain.
Choose the Continue button on the bottom of the page.

6. Complete your order
Verify your contact details.
Choose either Enable or Disable in the auto renewal section.
Select the check box after reading and agreeing to the terms and conditions.
Choose Complete Order.
You will receive an email when your domain registration has been approved. To determine the current status of your request, see Viewing the status of a domain registration.

Configure DNS
1. Open Route 53
After domain registration is complete, return to the AWS console.
Enter Route 53 in the search bar and select Route 53 to open the service console.

2. Choose hosted zones
Choose Hosted zones from the left navigation pane.

3. Select your hosted zone
Select the hosted zone with your domain name that Route 53 created for you as part of the domain registration.

4. Create a record
You can now create DNS records for your domain. In this guide, we will create a simple A record type. Choose the Create record button to get started.
Dive deeper: Read the Route 53 documentation for a full overview of the various records you can create.

5. Switch to quick create
Choose Switch to quick create if you are currently in the wizard view.

6. Configure IPv4 record
To allow clients to connect to your ALB using IPv4, enter your A record information and ensure A is selected in the Record type field. For this guide, we will enter www for Record name.
Turn on Alias.
Select Alias to Application and Classic Load Balancer in the Choose an end point dropdown menu.
In the Choose Region dropdown menu, select the Region in which your ALB is located.
In the Choose load balancer dropdown menu, select the existing ALB that you want to receive traffic from this domain.
Choose the Create records button once you have finished.
Pro tip: You can add multiple record types at one time by using the Add another record button before finalizing.
Your domain is now ready to use with IPv4. Open a browser and enter http://www.<your domain name>. (Make sure you have your application load balancer and target EC2 instance properly set up as a web server before browsing to your domain URL.)

6. Configure IPv6 record
To allow clients to connect to your ALB with IPv6, enter in your AAAA record information and ensure AAAA is selected in the Record type field. For this guide, we will enter www for Record name.
Turn on Alias.
Select Alias to Application and Classic Load Balancer in the Choose an end point dropdown menu.
In the Choose Region dropdown menu, select the region in which your ALB is located.
In the Choose load balancer dropdown menu, select the existing ALB that you want to receive traffic from this domain.
Choose the Create records button once you have finished.
Pro tip: You can add multiple record types at one time by using the Add another record button before finalizing.
Your domain is now ready to use with IPv6. Open a browser and enter http://www.<your domain name>. (Please make sure you have your ALB and target EC2 instance properly set up as a web server before browsing to your domain URL).

Conclusion
Congratulations! You have finished the How to Register a Domain Name with Amazon Route 53 how-to guide.
In this guide, you learned how to provision a public IP address, register a new domain name, and configure DNS.
You can continue your journey with AWS by following the next steps section below.
Did you find what you were looking for today?
Let us know so we can improve the quality of the content on our pages