Domain – How long it will take a newly registered Domain Name in Route53 to work

amazon ec2amazon-route53domainname

I'm new to website hosting. Today i registered a new domain name in Route53 and tried to connect my EC2 instance ip to it. I can notice that the domain name is moved from registration pending list to registered list, which seemed fruitful. So, I added the "A type" and "CNAME" records to the hosted zone. After all these steps, its not working as expected.
Please assist me. If I'm missing something please let me know.

Steps which I've Followed after Registering a domain name in Route53:

  1. Configured a static elastic IP for EC2 instance. (Its working)
  2. Created a new Route53- HostedZone for that domain.
  3. Two records where already there of type NS and SOA.
  4. I've added 2 more types A and CNAME.
  5. For A – domain name(xyz.in) and value (ip of EC2).
  6. For CNAME – domain name prefix (www) and value domain name(xyz.in)
  7. Finally saved the records.(Total 4 records)

In case if I'm missing something please let me know.

Best Answer

I resolved this by adding Name Servers (NS) Manually to the Domain name under Domain registration. While creating/registering domain name, AWS added dummy or old address. Which I actually replaced it with NS from Hosted Zone. One important point is we've to copy them one by one into each NS box provided.

After few minutes it worked like a charm.