Kartik
Kartik

Reputation: 65

Try to configure AWS Documentdb but it's return Time out

I am trying to configure DocumentDB in AWS but it give me "Time out error".

i checked security group,VPC everything are same as my EC2 instance. After i try to connect the mongo db with mongo shell there also its give me "time out" error.

Upvotes: 1

Views: 183

Answers (1)

herbertgoto
herbertgoto

Reputation: 359

Check that the security group has an entry that allows traffic from itself on DocumentDB port.

Upvotes: 1

Related Questions