Amazon Route 53

1. Where should I update the Nameservers?

It will change based on the domain registrar, for example for GoDaddy these are the steps, and if you’re using AWS Route53’s Domain then these are the steps.It might take upto 48 hrs in some cases to reflect the updated nameservers to come in effect.

2. Why should I update Nameservers at Registrar?

Basically, when a request is made to the TLD (Top Level Domain), the domain registrar will return the current nameservers to which the request is forwarded,

When you create a hosted zone in Amazon Route 53, you are essentially telling AWS that Route 53 is now responsible for managing the DNS records for your domain. However, for this delegation to take effect and for Route 53 to be recognized as the authoritative DNS service for your domain, you need to update the name servers at your domain registrar.

After a request is made to the TLD nameserver, the Amazon nameserver that hosts your records will be returned. This allows users to resolve the domain for your website or application.Don’t create additional name server (NS) or start of authority (SOA) records, and don’t delete the existing NS and SOA records.



How To Configure Amazon Route 53 In AWS

In this article, we’ll learn the basics of DNS management, and how to configure our domain with AWS Route53, add DNS records, customize the attributes in DNS records, monitor the health status of the record, and make our site live.

Similar Reads

Prerequisites

To configure the AWS Route53 you should have the following things:...

What is Amazon Route53?

AWS Route 53 service provides highly available and scalable DNS hosting services. Using Route 53, you can register domains, route DNS, and also monitor DNS record health. Do you know something? Big wigs like McDonald’s, Netflix, and Slack use AWS route53 for DNS Hosting....

What is AWS Route 53 used for?

AWS Route53 is a reliable and cost-effective way to route end users to Internet applications, it is used for below 3 things primarily:...

How Does It Work?

AWS Route53 is a highly available DNS service and scalale service, it working model is as shown below....

Key Features of Route53

Before diving into the steps let’s discuss the key features of route53 and its advantages over other DNS hosting possibilities....

Steps to Configure Route53

To configure our domain with AWS route53, we have the following steps:Creating Hostzone in AWS Route53...

Routing Policy

Choose simple if you want default routing, or if you’ve any specific use case like location-based routing or IP Address-based routing then choose the appropriate one. After filling in all the details, click on Create records, wait for 2 minutes at least, and access your domain/subdomain to check if the specified record deployed....

Conclusion

In this article we’ve learnt what is Route53, key features in it, and also we’ve learnt hostedzones creation, adding & managing records for our websites, if you’ve any doubts let me know in the discussion tab, Happy routing....

Amazon Route 53 – FAQs

1. Where should I update the Nameservers?...