Can't get basic web servers working on EC2 RedHat

Posted by Yarin on Server Fault See other posts from Server Fault or by Yarin
Published on 2013-06-28T18:57:19Z Indexed on 2013/06/28 22:23 UTC
Read the original article Hit count: 328

Filed under:
|
|

I'm trying to get some basic Python web servers (Flask, Tornado) turned up on the EC2.

On the Amazon-flavored Linux AMI (Amazon Linux AMI 2013.03.1) they work no problem, but the same web servers installed on the RedHat quicklaunch AMI (Red Hat Enterprise Linux 6.4) don't work at all- All I get is connection failure errors when I try to browse to them.

Both these servers share the same security group, with the relevant ports (5000, 5010) open, so I'm trying to understand why RedHat would not be not working.

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about redhat