Route 53, creating a Hosted Zone affect on existing URL traffic

0

Hi re:Post,

We are starting to plan for our DNS and domain migration from SiteGound to Route 53.

We'd like to get started with adding a few dns records and testing them out in Route 53.

We've been reading the following documentation:

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/getting-started.html

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-working-with.html

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html

Regarding,

"When you register a domain with Route 53, the service automatically makes itself the DNS service for the domain by doing the following: Creates a hosted zone that has the same name as your domain"

Question: If we set up a hosted zone to test a few dns records, will our existing domain that is at SiteGround be affected, ie will we break the dns service action by having two (2) dns services, one at Route 53 and one (current) SiteGround?

Thank you for your time and help!

Best Regards,

Donald

profile picture
DC
asked a month ago62 views
2 Answers
2
Accepted Answer

No it will not be effected! You have to modify your domain record via your registrar when you’re ready to swing from site ground to route53.

You can create the public zone as many times as you want, it will not effect your existing dns zone in site ground.

profile picture
EXPERT
answered a month ago
  • Thank you Gary for your time and help! -Donald

2

There are two completely different things. One is registering a domain with Route 53 as the registrar, or transferring an existing domain from another registrar to Route 53. The second, separate thing is creating a hosted zone.

Domain registration or transfer from one registrar to another is a global operation and immediately affects the domain name across the world.

Creating a hosted zone has no effect on anything by itself. The zone will exist on Route 53's public DNS servers and be possible for anyone to access, but no one will look for the zone on those servers, until the domain registrar sets the parent domain (such as "com") to point your domain (like "example.com") to those new Route 53 DNS servers.

When you register a completely new domain (instead of transferring an existing one), it needs to be pointed to some DNS servers. That's why Route 53 will create an empty hosted zone by default and point the new domain there, unless you specify something different.

If you transfer the registrar role for your existing domain to Route 53 (instead of registering a new domain), the process will go as explained in this documentation article: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html.

The part relevant to your question is step 4 in the process: when taking over the registrar role for your domain, Route 53 will keep the DNS service pointed to the old DNS servers by default, and that's what you'll want it to do for the zone to remain pointed to your existing DNS servers.

But at step 4, you also have the option to replace the DNS servers with those of your new Route 53 hosted zone. It's generally better to make these changes separately, because it can be tricky or impossible to roll back changes while the old and new registrar are collaborating to hand over control over your domain name.

EXPERT
Leo K
answered a month ago
profile picture
EXPERT
reviewed a month ago
  • Thank you Leo for your help and the link and explanations about the different processes ! - Donald

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions