For questions about Amazon's DocumentDB with MongoDB compatible databases.
Questions tagged [aws-documentdb-mongoapi]
109 questions
0
votes
0 answers
Sending Data From Elasticsearch to AWS Databases
I am new in these area and I need your support.
I have an Elasticsearch environment running in my Docker. First, my data goes here. I can reach the data also by using Kibana on localhost:5601.
Afterwards, I need to send these data to AWS DynamoDB…

firefighter
- 171
- 1
- 14
0
votes
2 answers
How to store files larger than 16mb in AWS DocumentDB?
I am switching from MongoDB to AWS DocumentDB. However, in MongoDB, I used GridFs to store and retrieve files larger than 16MB. But this is not supported in AWS DocumentDb. Is there any way on how to store or process large files(>16MB) in AWS…

Prakhar Sharma
- 11
- 1
0
votes
2 answers
Password rotation on AWS DocumentDB
We have a on-premise service that we want to move to AWS.
I'm investigating the possibility of moving it, and I'm unsure about password rotation and storage. I know that Secrets Manager can be used with RDS quite well, but I'm unsure how suitable…

Crackers91
- 149
- 3
- 16
0
votes
1 answer
Using AWS DocumentDB with Sail.js configuration
I'm trying to use AWS DocumentDB which is MongoDB compatible but unable successfully connect to the database.
Are there are any additional parameters that I need to pass into Sails.js datastores.js configuration?
Currently, my configs are as…

Sam Axe
- 437
- 1
- 8
- 25