- Newest
- Most votes
- Most comments
Damn it...I figured it out.
MongoDB Atlas requires TLS connection. I needed to set SSL Mode to require
in order for the connection to succeed
Hello @rePost-User-8855675
Thanks for posting in re:Post.
Verify that configured your security group and endpoint correctly and follow the steps in the below link to check it has been configured correctly.
https://aws.amazon.com/getting-started/hands-on/move-to-managed/migrate-mongodb-to-documentdb/
Try using offline method and follow the below steps.
[Migrate from MongoDB to Amazon DocumentDB using the offline method]
If the Answer is helpful, please click Accept Answer
& UPVOTE
, this can be beneficial to other community members.
Hi @Hello @rePost-User-8855675,
I see you figured out the reason for the connection issue. (set SSL Mode to require)
Please feel free to add additional questions here if you'd like and I'll be happy to look internally as well to assist.
Relevant content
- asked 3 years ago
- asked a year ago
- asked 2 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
Thank you for assisting me learn2skills
I read that document already and everything works except for the Source port, which is the MongoDB Atlas.
Also, this is a live Production DomgoDB and I cannot turn off the DB, which is why I figured using the DMS would be much better since its a live migration.