Are there any service providers offering hosted MongoDB with secure transport? I know that native TLS support for MongoDB is not yet entirely OOB, but am I looking for a provider that can encrypt transport using SSH, VPN, or perhaps IPSEC?
I know that shaking hands with a password to connect to MongoDB is safe, but I need to protect the data from prying eyes. I can, of course, encrypt the fields directly at my application level, but I cannot do this for the fields I want to look for.
From what I can say, the only transport security that we rely on VLAN / Switch routing. In other words, I should assume (according to providers such as MongoHQ and MongoLab) that my packages are safe while I work in the same data center provider, for example. Amazon But what if I do not. Unfortunately, for example, it seems that there are no commercial providers on Azure, so this would mean creating our own cluster.
Obviously, in any case, it probably makes sense to be closer to my data, but for now, we need the flexibility to mix and match suppliers without compromising security.
However, in the same hosting provider, is MAC routing really the best transport security?
source share