- Newest
- Most votes
- Most comments
When you've updated your domain's nameserver records to point to a Public Hosted Zone in your OU account, you're already delegating DNS management to that account. Here's how to proceed:
-
You should define all DNS records only in the OU account's hosted zone. Since the domain's nameservers now point to the OU account's hosted zone, this is where all DNS resolution will occur. The Root account's original hosted zone is effectively bypassed in DNS resolution.
-
Keeping an NS record in the Root account's hosted zone pointing to the OU's nameservers won't have any effect on DNS resolution. This is because DNS resolution follows the nameserver delegation set at the registrar level (which now points to your OU account's hosted zone).
-
Mirroring records across both hosted zones is unnecessary and could lead to confusion in management. Since DNS queries will be directed to the nameservers specified at the registrar level, only the records in the OU account's hosted zone will be used for resolution.
Regarding your concern about service disruptions: As long as you've properly updated the nameserver records at the registrar level to point to the OU account's hosted zone, and you've created all necessary DNS records in that hosted zone, there should be no disruption to your services.
As for transferring domain ownership, yes, you can transfer domain registration from the Root account to the OU account within AWS. This is done through the internal domain transfer process in Route 53. However, many organizations prefer to keep domain registrations centralized in a single account for better control and security, even while delegating DNS management to other accounts.
For future domains, it's generally considered a best practice to register domains in a tightly controlled account (which could be your Root account or a dedicated domains account) to prevent unwanted actions and maintain access control. You can then delegate DNS management to the appropriate service accounts through hosted zones and nameserver configurations as you've already done.
Sources
DNS best practices for Amazon Route 53 | Networking & Content Delivery
Using Amazon Route 53 as the DNS service for subdomains without migrating the parent domain - Amazon Route 53
DNS redirection via route 53 hosted zone | AWS re:Post
Replacing the hosted zone for a domain that is registered with Route 53 - Amazon Route 53
Relevant content
- asked a year ago
- asked 4 years ago
- asked 3 years ago
