Custom domain with Route 53

I have a fairly simple setup, yet I can’t seem to successfully setup a custom domain. The steps I’ve taken so far are:

  1. Created a hosted zone in Route 53 for a domain that’s registered with AWS.
  2. Added the A and AAAA records that point to the IPs assigned to my fly.io app.
  3. Verified the NS and SOA records for the hosted zone are correct.

Yet still my domain returns a ERR_NAME_NOT_RESOLVED error. At this point, I’ve hit a dead-end. Does anyone have any ideas on what could be missing?

I’ve also asked this question:

If anyone has the same issue, here was my fix:
there was a mismatch between the NS records of my hosted zone and domain. The NS record for the hosted zone didn’t match the hosted zone name servers. Instead, they matched the name servers of my domain. The fix was to update the name server of my domain to that of the hosted zone, and also update the ns records of the hosted zone.

More information can be found here: I changed DNS settings, but they haven't taken effect - Amazon Route 53

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.