Skip to main content
Knowledge Base

Gruntwork CLI wizard - Route53 domains for Ref Arch fail to be registered

Answer

A customer asked: > I am using the Gruntwork Wizard to prepare for my Reference Architecture deployment, I specified three domains: `example-dev.com`, `example-stage.com` and `example-prod.com`. The Wizard proceeded successfully when registering my domains, but later I received automated emails from AWS stating that my domains failed to be registered. What do I do now to make forward progress on my deployment? --- <ins datetime="2022-06-13T13:27:10Z"> <p><a href="https://support.gruntwork.io/hc/requests/108756">Tracked in ticket #108756</a></p> </ins>

1. Please log into your root account and register your domains via Route53 there manually 1. If this succeeds, you can then log into your Dev account and manually create the Route53 hosted zone with a name that exactly matches your Dev domain name, `example-dev.com` 2. Take note of the NS/SOA records that are automatically created by AWS in your Hosted Zone. In your domain registration settings, update your domain to point to these NS/SOA records **IMPORTANT** - please be sure to update your Route 53 domain settings with the NS/SOA records that were auto-assigned in your Hosted Zone. _Don't_ do the inverse: updating your Hosted Zone to point at the NS/SOA records of your registered domain. 3. Repeat this same process for your Stage and Prod accounts as well 4. Push a commit to your repository (an empty commit is fine), which will recommence your deployment process and re-run your Preflight checks.