Howtodojo logo
  • Home 
  • About 
  • Certifications 
  • Sample Database 
  • Cheatsheet 
  • Glossary 
  • Blog 
  • Tags 
  1.   Blog
  1. Home
  2. Blog
  3. How To Create AWS Route53 Public Hosted Zone

How To Create AWS Route53 Public Hosted Zone

Share via
Howtodojo
Link copied to clipboard

In this tutorial we learn how to create Amazon route53 public hosted zone from AWS console. We also delegate the zone from our registrar to Route53

On this page
Overview   Create Route53 Public Hosted Zone   Set Name Servers   Summary  
How To Create AWS Route53 Public Hosted Zone

Overview  

In this tutorial we learn how to create AWS Route53 Public Hosted Zone. We will create the hosted zone from AWS Console.

Create Route53 Public Hosted Zone  

  1. Open AWS Route 53 service from AWS Console homepage. You can use the search bar or select from the service list “Open AWS Console”

  2. Choose Create hosted zone “Create Hosted Zone”

  3. In this step we will enter the domain that we will use for the new zone. Optionally you can input description for the zone. For the Type, Choose Public hosted zone.

On the next page we can enter tags. There are several potential use case for this tags. The first one is for cost allocation of this hosted zone. Another use case is to grant limited access to the zone to an IAM user or role.

Click Create Hosted Zone to finish the process. Step 3

Step 4

The new route 53 public hosted zone created.

Get the values of the NS record. We will need them to set the glue record on the registrar.

Step 5

If we back to Route 53 dashboard it will show that we have 1 hosted zone.

Step 6

Set Name Servers  

In this tutorial, I use a domain that I registered in Namecheap, so I will set the Name Server (NS) from Namecheap.

You don’t have to transfer your domain from your current registrar to route53 domain service to be able to create Route 53 Public Hosted Zone.

To set Route 53 NS in Namecheap we can use the steps below:

  1. Open Namecheap. Select the domain which I’ll delegate to Route 53 Public Hosted Zone. Choose Manage
Step 7

On NAMESERVERS, choose Custom DNS.

Step 8

Enter the value of NS record of our newly created Public Hosted Zone. Click the green checkmark to apply

Step 9

Summary  

In this tutorial we learn how to create AWS Route53 Public Hosted Zone from AWS console. We also learn setting the name server on the registrar to use the NS servers of the public zone that we just created. Until next time.

 How to Install MongoDB 4.2 on Ubuntu 18.04
How To Install PostgreSQL 13 on Ubuntu 20.04 
On this page:
Overview   Create Route53 Public Hosted Zone   Set Name Servers   Summary  
Follow me

We publish tutorials, tips and tricks about Linux, open source, cloud computing, and infrastructure

     
Copyright © 2012 - 2025 howtodojo.com. |
Howtodojo
Code copied to clipboard