Hi there,
I'm pretty new with ec2, firewall settings etc, so I might be missing something obvious, but:
- I've created a 'getting started with windows' instance
- with a security group that has 5080 specified
- and is associated with an elastic ip
On the instance I have a red5 server running. when I run the server it on 127.0.0.1:5080, i can access it from a browser on that instance, so I know the server works.
When I run it on the elastic IP however, I can't connect to it, neither from within the instance nor from outside.
when I run telnet 75.101.147.86 5080 from the outside world i get 'connection refused'
Any clues on how to debug this would be highly appreciated!
Thanks in advance,
Martin