Manage Clusters
On this page
Atlas offers the following resources to manage your Atlas clusters and serverless instances.
View All Cloud Clusters
The Clusters view displays all clusters and serverless instances to which the user belongs.
Use the search box and dropdown menus to filter the list of clusters.
The All Clusters page groups clusters and serverless instances under their Atlas project.
To filter the returned list of clusters:
Use the search box. Enter the organization name, project name, or cluster/serverless instance name to limit returned clusters to specific organizations, projects, or clusters/serverless instances.
Use the dropdown menus to limit the returned list using one or more of the following filters:
MenuFilter PurposeMenu OptionsAvailabilityStatus of the nodes within the cluster.All
Nodes Available
Some Nodes Available
No Primary
Has Warnings & Alerts
TypeDeployment type of cluster.All
Standalones
Replica Sets
Sharded Clusters
VersionMongoDB versionsVersion of MongoDB that the clusters are running.
All
Inconsistent
5.0
6.0
7.0
Note
If the FCV of your cluster is set and if the FCV is below the MongoDB version of your cluster, the cluster in the Atlas UI Clusters page shows the
FCV
of your cluster to reflect the features that are currently available on your cluster during the upgrade. After Atlas upgrades your cluster to the new version, the cluster in the Atlas UI Clusters page shows the new MongoDB version of your cluster.ConfigurationAdditional configuration options for the cluster including authentication, backup, and TLS.All
Auth OFF
Backup OFF
SSL OFF
To display clusters that have not contacted Atlas in the last 6 months, click Show Inactive Clusters.
Cluster Information
Atlas returns the following information for each cluster:
Field | Description |
---|---|
Name | Name of the cluster. |
Version | MongoDB Version of the cluster. |
Data Size | Size of the cluster data. |
Backup | Backup enabled status. |
Nodes | Number of nodes in the cluster. This only displays for clusters. |
SSL | SSL enabled status. This displays only for clusters. |
Auth | Authentication required status. This displays only for clusters. |
Alerts | Number of open alerts. This displays only for clusters. |
View Local Deployments with the Atlas CLI
To return all Atlas deployments using the Atlas CLI, run the following command:
atlas deployments list [options]
To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas deployments list.
Tip
See: Related Links
View Cluster Details
Through the Cluster Detail view, Atlas displays clusters and serverless instances grouped into their Project.
In Atlas, go to the Clusters page for your project.
If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
If it is not already displayed, select your desired project from the Projects menu in the navigation bar.
If the Clusters page is not already displayed, click Database in the sidebar.
Review the cluster's' details.
The Atlas consoles displays the following for clusters in the selected project:
Metadata:
FieldDescriptionCluster NameName of the cluster.VersionVersion of MongoDB that the cluster runs.Cluster TierCluster tiers such asM10
,M30
, or the like (clusters only).RegionCloud region where Atlas hosts the cluster.TypeType of structure for the cluster (i.e., Replica Set or Sharded Cluster), and number of nodes in the cluster (clusters only).Linked App Services AppName of the Atlas App Services application linked to this cluster, if appropriate (clusters only).High-level metrics:
Read / write operations per second.
Number of open connections to the cluster.
Logical size of cluster data.
Cluster disk IOPS (Available on M10+ clusters).
Note
Atlas pauses monitoring for these metrics on M0
clusters without connection activity for seven days. Atlas
indicates which clusters fell into this state in the
Cluster Detail view. Atlas limits details
displayed for these clusters.
To resume monitoring, make a successful connection to the cluster using:
Take the Next Steps
After you view your clusters, you can:
Action | Description |
---|---|
Manage your Atlas clusters with cluster-specific
options. | |
Manage your Atlas serverless instances with
serverless-specific options. | |
Manage your Atlas Global Clusters. Atlas
Global Clusters require that you define single or
multi-region Zones. You can also
shard global collections for global writes. |