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
feita há 3 anos616 visualizações
3 Respostas
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
ENGENHEIRO DE SUPORTE
JAY_J
respondido há 3 anos
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 há 3 anos
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 há 3 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas