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
preguntada hace 3 años616 visualizaciones
3 Respuestas
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
INGENIERO DE SOPORTE
JAY_J
respondido hace 3 años
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
respondido hace 3 años
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
respondido hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas