aws-documentdb-mongoapi Questions

2

Solved

AWS DocumentDB is a relatively new service we're trying to migrate to. To connect from outside of the VPC, you have to create a tunnel to an existing instance. For example: ssh -i "ec2Access.pe...

7

I've recently tried using the new AWS DocumentDB service as my DB in a Spring application. The cluster has been created in the same VPC as the EKS on which I deploy my application. Security group...
Growth asked 17/1, 2019 at 7:25

2

Solved

I am setting up a microservice which needs to react on changes of a Amazon DocumentDB. When working with MongoDB I would use Reactive Change Streams for that. If I do this with the DocumentDB I get...
Analysand asked 12/2, 2019 at 8:27

6

Solved

AWS documentation states that to connect to my DocumentDB Cluster, I need to use a query string that ends like so ?ssl_ca_certs=rds-combined-ca-bundle.pem&replicaSet=rs0. It is a root certifica...

4

Solved

I want to connect Robo 3T (formerly robomongo) from my Mac laptop with AWS's DocumentDB. I followed numerous tutorials however could not find any specific to DocumentDB. During the testing phase ...
Nonunion asked 27/1, 2019 at 1:3

2

I have an AWS DocumentDB Cluster using TLS. I want to connect to it from my .net core application in C#, using the C# MongoDB Driver. The connection-string given by AWS includes this part ?ssl_ca_...
Autarch asked 11/2, 2019 at 17:28

1

Solved

AWS recently launched new service DocumentDB similar to MongoDB interface. What is the difference between AWS DynamoDB vs. DocumentDB services?
1

© 2022 - 2024 — McMap. All rights reserved.