Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there any managed mongo DB service that AWS provide? [closed]

I am looking to use mongo DB for my project but dont want to go in administrative overhead to manage mongo services.

As my project is currently hosting most of its component on AWS, i am looking for a managed mongo DB service (if any) provided by AWS.

AWS provides Dynamo DB as managed service and its well documented but accesing Mongo DB managed service over AWS is not very clear to me.

I have read about Mongo DB managed service - 'Atlas' but not sure can i access it as a service in my existing AWS instances.

Please provide your inputs for the best practice suitable for this scenario.

like image 542
prashant sindhu Avatar asked Dec 12 '25 09:12

prashant sindhu


1 Answers

There is no Managed MongoDB Service provided by AWS.

However, there are managed MongoDB services which provides hosting on AWS (in addition to Azure, GCP etc. MongoDB Atlas is an example.

MongoDB Atlas provides managed mongoDB service with options to host on AWS and you may opt to use that. You can choose the region of your preference and then use VPC Peering feature to make the application servers in your existing VPC/Account communicate with the MongoDB Atlas Setup.

You can read more about all these at https://www.mongodb.com/cloud/atlas

like image 199
Nans Avatar answered Dec 15 '25 01:12

Nans