I have created an AWS EC2 instance and associated an Elastic IP with it. Also ensured that the security group associated with the instance allows requests from my IP. But even then when I try to access the instance via its Public IP or Elastic IP, I am unable to get a response.
The page just times out or the browser says it could not find the server. Pining the IP from Network utility gives a time out as well.
Can someone please let me know what I am missing?
I can do an SSH to the instance without any issues.
Thanks for any help!
Answer
You tried hitting the server locally from the instance itself using wget localhost
? Sounds like the web server isn't even running.
No comments:
Post a Comment