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
질문됨 3년 전616회 조회
3개 답변
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
지원 엔지니어
JAY_J
답변함 3년 전
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
답변함 3년 전
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
답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠