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:
- Go to my security group.
- Add inbound rule: custom tcp, port 8080, from anywhere.
- I clicked saved.
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?