最佳答案
I'm running a CherryPy web server at 0.0.0.0:8787
on an EC2 instance.
I can connect to the web server via local wget
on the EC2 machine, but I can't reach the instance from my own remote machine (I connect to EC2 via ssh).
Do I need to open up port 8787 to access the web server remotely? If so, how can this be done? Also, can I use the public IP of the EC2 instance for this?