I cannot connect remotely to my mongodb http interface on my AWS ec2 server.
I\'ve checked the log and verified that it\'s listening on port 28017. I\'ve verified w
Sounds like there's something wrong with your security group settings. You could try accessing the admin interface from the box itself:
curl http://localhost:28017/
If you get content back, then you've probably got a problem with your security group settings (or the firewall on the box itself).