Report this

What is the reason for this report?

Connecting to Mongodb on Droplet from app running on AWS instance?

Posted on May 16, 2017

SSH tunneling is great way to connect to MongoDB running on Droplet from local machine and work on local machine but I don’t know how to connect to MongoDB Droplet from AWS or from anywhere app.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@viettran

Connecting over an SSH Tunnel is probably the most secure means of connecting, though you also have the option of opening remote connections to the MongoDB instance.

In /etc/mongod.conf there’s a directive named bind_ip which you can set to the IP of the Droplet (and then restart MongoDB). I would, however, recommend ensuring that you’ve setup a firewall and are only allowing access to a limited number of IP’s if you go that route.

The same way.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.