Reputation: 344
I am trying to run a web server on an EC2 linux instance (free tier), so I followed the instructions to open the port but was unsuccessful getting it to work. My server is running locally and I can access it.
The steps I took are:
However, it didn't seem to work. The only port that does work is 22. Just to verify, I tested on https://www.yougetsignal.com/tools/open-ports/
Anyone run into this problem before?
Upvotes: -2
Views: 390
Reputation: 1865
Since you can curl locally and you have added the inbound tcp rules in the security group, it is probably because of the firewall. Go to your instance, and edit your firewall to open the port 8080.
Upvotes: 0