- Newest
- Most votes
- Most comments
Hi,
Since you registered the domain with Route53, the nameservers listed in the hosted zone in Route53 take effect. But as per the information shared above, the A/CNAME records are created in DNS zones in lightsail and the site is unreachable.
The quickest thing you can do is add the DNS records (A/CNAME) in Route53 also and verify that you are able to access the site via FQDN. If this works, it confirms that the nameservers from Route53 are used for lookup. Another alternative way to check which set of NS servers are used, you can do a DNS lookup for nameserver for the FQDN to confirm whether it's using config from Route53 or DNS zones in Lightsail
dig <FQDN> -t NS
Hosted zones should either be created in Route53 or DNS zones but not both. If you want to use Lightsail DNS zones, then you need to change the nameservers using this link as reference
--Syd
Relevant content
- asked 8 months ago
- asked 2 years ago
- asked 3 years ago
- asked 6 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
Thanks for the answer! I removed the Hosted zone in Route 53 and kept only the DNS zone in Lightsail. I added the DNS records (A/CNAME) in Lightsail and it worked!!