Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoDB Cloud Manager Vs Mongodb Atlas

Tags:

mongodb

can anyone please give me a high level difference between MongoDB Cloud Manager and Mongodb Atlas. My main aim is to monitor mongodb instances in AWS.

Thanks.

like image 246
chaturvedi Avatar asked Jul 19 '16 17:07

chaturvedi


People also ask

Which is better MongoDB Atlas or MongoDB?

MongoDB has a broader approval, being mentioned in 2189 company stacks & 2225 developers stacks; compared to MongoDB Atlas, which is listed in 51 company stacks and 43 developer stacks.

Is MongoDB the same as MongoDB Atlas?

MongoDB Atlas is a multi-cloud database service by the same people that build MongoDB.

What is cloud Manager MongoDB?

Deploy, monitor, back up, automate. Cloud Manager is a cloud-based management platform that enables you to deploy, monitor, back up, and scale MongoDB anywhere.

Is MongoDB Atlas a cloud database?

MongoDB Atlas is a multi-cloud developer data platform. At its core is our fully managed cloud database for modern applications.


1 Answers

Cloud Manager is used when you want to manage your own infrastructure (you spin up the nodes where MongoDB runs) but still have the benefits of automated backups and monitoring.

Atlas goes one step further by automating everything for you including provisioning the infrastructure. It's a true database as a service fully managed by MongoDB. They hide the complexity of managing servers so all you have to worry about it using MongoDB. It's interesting to note they use AWS (with plans to support Azure and Google) to spin up nodes, perform monitoring, and backups.

like image 76
jcragun Avatar answered Oct 21 '22 10:10

jcragun