Unable to connect to DocumentDB within VPC via EC2 windows host using MongoDB Compass tool.

0

Hi Team,

Am getting the below error while connecting DocumentDB within VPC via EC2 windows using MongoDB Compass tool.

TLS/SSL is disabled. If possible, enable TLS/SSL to avoid security vulnerabilities. Server selection timed out after 30000 ms.

Please can you advise on this.

  • You can choose between two options. The first option is to create a single security group and allow all traffic (0.0.0.0) to attach both resources. The second option involves using two security groups: one for DocumentDB and another for the EC2 instance. For the DocumentDB security group, enable port 27017 with custom TCP, specifying the source as the EC2 security group name. Additionally, for the EC2 instance security group, allow SSH access by specifying the SSH port along with either your specific IP or your organization's IP.

已提問 2 年前檢視次數 275 次
1 個回答
0

This document may help you debug the issue - https://aws.amazon.com/premiumsupport/knowledge-center/documentdb-cannot-connect/

In particular, the first thing to check would be that the security group for DocumentDB allows incoming traffic from the security group of the EC2 machine on the documentDB port, which by default is 27017

profile pictureAWS
專家
已回答 2 年前
  • In my case it dint work though Port 27017, was configured with Security group of EC2 instance in the Inbound rule of the Regional Cluster.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南