Open In App

Creating and Deploying an Atlas Cluster in MongoDB

Last Updated : 12 Dec, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

MongoDB Atlas is a multi-cloud database that is used to deploy, run, and scale the MongoDB database in the cloud. It is a developer-oriented and open-source database. It is used to handle all the complexities that come across deploying, managing, and deploying on the cloud service providers. It helps us to build efficient and versatile global applications.

Cluster

Now, Let’s know something about “Cluster” for MongoDB. Cluster is a word that is used to represent either a sharded cluster or a replica set, whereas a group of duplicate MongoDB servers that have copies of similar data is known as a Replica Set, and where data is distributed among several MongoDB Servers is known as Sharded Cluster.

With the help of MongoDB Atlas, you can run a MongoDB database within a few clicks, in just a few minutes.

How to Setup Atlas Cluster in MongoDB

Setting up an Atlas cluster in MongoDB comprises both the steps that are to Creating an Atlas Cluster and then Deploying it, To setup your Atlas Cluster you need to follow the steps given below:

  1. Creating Atlas Cluster.
  2. Whitelisting of IP Address.
  3. Setup a MongoDB user for your Cluster.
  4. Connecting Atlas Cluster to MongoDB Compass.

1. Creating Atlas Cluster

Now, the first step is to initialize an Atlas Cluster such that everyone can easily Create a Cluster, The steps are:

  • After that, Fill in all the mandatory or required details about yourself and the project for which you are using Atlas cloud and accept the terms & conditions then click on “Finish“.
  • Choose the Cloud database Tier for Cluster from the given below in the MongoDB atlas page as per your project convenience. Now, Let’s use the “M0” Free version, and in the region select “Mumbai” if you want to name your cluster so that you can rename it as well but by, default it will have the name “cluster0” if you are creating for the first time then, Click on “Create“.

Guidlines to Setup Atlas

2. Whitelisting of IP Address

Now, you will be redirected to the home page, where you will be able to see all the details about your databases, organizations, projects, and other relevant information the next steps are:

  • Click on “Database” on the left panel of your screen. After that you will be able to see your created cluster by name, We have created a Cluster named “Cluster0” you can see a button “Connect” and then simply click on it.

Atlas Cluster Dashboard

  • Next, we will have to click on “Add your Current IP Address” and it will fetch our IP Address automatically and ask you for reconfirmation.

Add IP Address

  • Click on “Add IP Address“. Now, you have successfully added your current IP Address.

Ip Address 2

3. Setup a MongoDB user for your Cluster

Now, you need to create a user for your cluster So, that you can connect your Cloud database to your application. The Steps for Creating Username and Password for Authentication are given below :

  • On the Dashboard alongside the cluster name, you can see the “Connect” button, then click on it.
  • After that you can see an option “Create a database user“, In this you can create a username and a password for the Database user and click on “Create database user“. If you don’t want to create a password you can also click on “Autogenerate secure Password” and simply copy it and save the password in your local file because you will not be able to get it again.

Create User Cluster

Create User Successfully

4. Connecting Atlas Cluster to MongoDB Compass

Now, The last step is to deploy or connect your Atlas cloud database. To connect, you can connect through MongoDB Compass or MongoDB shell. So, Connecting through MongoDB Compass is easy. In this, we are connecting through MongoDB Compass because it is GUI based and it is very easy for a beginner to connect through MongoDB Compass.

  • Then, Go to your MongoDB Atlas Cluster Dashboard and click on the “Connect” Button.
  • After that, Click on “Choose a connection method” or it will automatically take you to that part if you have already completed steps 2 and steps 3 described above in this article.

Connect to Compass 1

  • Now, here you can click on “Compass“.
  • After that click on “I have MongoDB Compass Installed” copy the connection string and replace the password with the password you have created for the database user in step 3.

Connect to Compass 2

  • Now, Open the MongoDB Compass Paste the connection string with your database password and, Click on “Connect“.

Connect to Compass 3

  • You have been successfully connected to the cloud database.

MongoDB Compass Dashboard

You have successfully connected your Database with MongoDB Atlas Cluster and If you want to know more about MongoDB you can visit their official site and read the documentation.



Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads