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
gefragt vor 3 Jahren616 Aufrufe
3 Antworten
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-TECHNIKER
JAY_J
beantwortet vor 3 Jahren
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
beantwortet vor 3 Jahren
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
beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen