连接到AWS DocumentDB的问题

时间:2019-04-08 17:40:20

标签: amazon-web-services amazon-ec2 aws-documentdb-mongoapi

我在Amazon中创建了一个Cluster和一个DocumentDB实例。当我尝试连接到本地SSH(MacOS)时,它显示以下消息:

enter image description here

当我尝试使用MongoDB Compass社区时:

mongodb://Mobify:<My-Password>@docdb-2019-04-07-23-28-45.cluster-cmffegva7sne.us-east-2.docdb.amazonaws.com:27017/?ssl=true&ssl_ca_certs=rds-combined-ca-bundle.pem&replicaSet=rs0

它加载了很多分钟,最后得到了以下结果:

enter image description here

解决此问题后,我想知道是否可以将documentDB集群连接到另一个可用区域中的实例...我在俄亥俄州拥有DocumentDB,在圣保罗拥有EC2。可以吗?

1 个答案:

答案 0 :(得分:0)

Amazon DocumentDB集群部署在VPC中,以提供与Internet的强大网络隔离。要从VPC外部连接到群集,请参阅以下内容:https://docs.aws.amazon.com/documentdb/latest/developerguide/connect-from-outside-a-vpc.html