Route 53 hosted zone not working

0

Hi

I have created a Route53 public hosted zone and it was working fine for 1 hour after that it is throwing This site can’t be reached

My domain is in Godaddy and I have updated the Naming Servers in the Godaddy.

When I have checked in DNS lookup it showing me the naming server and other details exactly same and no error.

TGSys
asked 3 years ago611 views
3 Answers
0

Hello,
Greetings from AWS!
In order to further troubleshoot this issue can you try to perform the following commands from your client machine:

Linux:
======
dig <domain-name> @8.8.8.8
dig <domain-name> @Route53-NameServer
dig <domain-name> +trace

Windows:
========
nslookup <domain-name> 8.8.8.8
nslookup <domain-name> <Route53-NameServer>
nslookup -debug <domain-name>

You can also try to check the domain resolution across the globe using the following online tool:
https://www.whatsmydns.net/

I hope the above information will be useful.

Thanks!

AWS
SUPPORT ENGINEER
JAY_J
answered 3 years ago
0

Hi

Thanks for the information

dig <domain-name> @Route53-NameServer

Giving error - dig: couldn't get address for 'Route53-NameServer': not found

Edited by: TGSys on Oct 18, 2021 3:23 AM

TGSys
answered 3 years ago
0

I found the solution for the website not working

in apache2.conf file

I did this and it started working

<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None - change to AllowOverride All
Require all granted
</Directory>

And also I was using let's encrypt previously and when I moved to new ec2, I required to install the Let's Encrypt SSL once again

TGSys
answered 3 years ago

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