Remotely connecting to MongoDB http interface on EC2 server

后端 未结 4 634
一个人的身影
一个人的身影 2020-12-15 10:46

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

4条回答
  •  不思量自难忘°
    2020-12-15 11:20

    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).

提交回复
热议问题