{
"_id" : "replicaSet",
"version" : 5,
"members" : [
{
"_id" : 0,
"host" : "ip-10-0-3-76:27017" //**private_ip**
},
{
"_id" : 1,
"host" : "ip-10-0-2-19:27018" //**private_ip**
},
{
"_id" : 2,
"host" : "ip-10-0-3-144:27019" //**private_ip**
}
] }To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/0652cf10-82a8-43ec-9bc1-97b7a2dd4a2d%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: http://www.mongodb.org/about/support/.
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at http://groups.google.com/group/mongodb-user.
Assuming your application is not in AWS and the MongoDB servers are, then yes. There is some related documentation available. See http://docs.mongodb.org/ecosystem/platforms/amazon-ec2/#communication-across-regions for example.
Regards,
Jeff