Route53 is a DNS service provided by AWS
It helps map domain names to IP addresses
Steps to setup hosted zone
Step 1
Login to AWS console
Step 2
Go to Route53 service
Step 3
Click Hosted Zones
Step 4
Click Create Hosted Zone
Step 5
Enter your domain name
Step 6
Select Public Hosted Zone
Step 7
Click Create
Step 8
Note the Name Servers provided
Step 9
Go to your domain registrar
Step 10
Update the domain with these Name Servers
Step 11
Wait for DNS propagation
Now your domain is connected to Route53
You can create records like A record to point to your server
DNS changes may take time to reflect
Wrong name server configuration will break domain resolution
Top comments (0)