Nginx – AWS ec2 instance is not responding on Public IP

amazon ec2nginx

I have a simple index.html file running on nginx webserver, port 80 on aws ubuntu instance. I'm able to access the server through tunnel but, when i'm trying to connect using Public IP, it shows connection timed out.
I've tried many times creating a new instance from scratch but, it didn't work. Any help will be very thankful and if possible please try to keep it simple as i'm just a beginner in the case of webserver.

I fixed this by Amazon ec2 not working when accessing..

Best Answer

Check following settings are done or not : 1. Check if your VPC is having internet gateway attached 2. Check if network access control list is allowing inbound and outbound http traffic 3. Check if security group is allowing 80 traffic

Related Topic