Application/Website not reachable

0

My ec2 instance is running properly and i can SSH into the server, but the site is not reachable. What can i do about this pls?

asked 2 years ago272 views
1 Answer
0

The first things I'd check are:

  1. Is the web server running okay? Can you connect to port 80/443 on the loopback address while SSH'd in?
  2. Security Groups, are you sure the right ports, protocols and IP ranges are in place?

There are also some troubleshooting steps you can review here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html

AWS
Alex_K
answered 2 years ago
  • I can SSH into the address, and status check 2/2 all seems fine. I had adjusted time zone to EST and reboot the ec2 instance and now the site is not reachable.

  • Thank you very much!

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