A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mongodb.com/docs/atlas/tutorial/create-new-cluster/ below:

Create a Cluster - Atlas

Important

As of February 2025, you can create Flex clusters, and can no longer create M2 and M5 clusters or Serverless instances in the Atlas UI, Atlas CLI, Atlas Administration API, Atlas Kubernetes Operator, HashiCorp Terraform, or Atlas CloudFormation Resources. You can still use existing Serverless instances.

Atlas no longer supports M2 and M5 clusters. Atlas deprecated Serverless instances. As of May 25, 2025, Atlas has automatically migrated all existing M2 and M5 clusters to Flex clusters.

For Serverless instances, beginning May 5 2025, Atlas will determine whether to migrate instances to Free clusters, Flex clusters, or Dedicated clusters according to your usage. To see which tiers Atlas will migrate your instances to, consult the All Clusters page in the Atlas UI.

This tutorial takes you through the steps to create a new Atlas cluster. To learn how to modify an existing Atlas cluster, see Modify a Cluster.

Clusters can be either a replica set or a sharded cluster. This tutorial walks you through creating a replica set.

To learn about recommendations for clusters and high availability, see Recommendations for Atlas Orgs, Projects, and Clusters and Recommendations for Atlas High Availability, respectively, in the Atlas Architecture Center.

To create a cluster, you must have Organization Owner or Project Owner access to the project.

To create one cluster in the specified project using the Atlas CLI, run the following command:

atlas clusters create [name] [options]

To watch for a specific cluster to become available using the Atlas CLI, run the following command:

atlas clusters watch <clusterName> [options]

To learn more about the syntax and parameters for the previous commands, see the Atlas CLI documentation for atlas clusters create and atlas clusters watch.

To list available regions that Atlas supports for new deployments using the Atlas CLI, run the following command:

atlas clusters availableRegions list [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas clusters availableRegions list.

When you create your first Atlas cluster using the Atlas UI, you can either:

Whether you use a template or specify advanced configuration, you can modify all configuration options after you create the cluster.

Note

The procedure for creating a new Atlas cluster in the Atlas UI differs depending on whether you already have one or more clusters in your project. The following steps apply to both, but you may see slightly different options in the UI.

WARNING: Navigation Improvements In Progress We're currently rolling out a new and improved navigation experience. If the following steps don't match your view in the Atlas UI, see the preview documentation.

  1. If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. If it's not already displayed, click Clusters in the sidebar.

    The Clusters page displays.

You can deploy the following clusters from this page:

M10

The M10 tier is suitable for development environments and low-traffic applications, while higher tiers can handle large datasets and high-traffic applications. Dedicated clusters can be deployed into a single geographical region or multiple geographical regions.

Note

To create Dedicated cluster tiers higher than M10, select Go to Advanced Configuration at the bottom of the page.

Flex Clusters

Flex clusters are low-cost cluster types suitable for teams who are learning MongoDB or developing small proof-of-concept applications. You can begin your project with an Atlas Flex cluster and upgrade to a production-ready Dedicated cluster tier at a future time.

Important

As of February 2025, you can create Flex clusters, and can no longer create M2 and M5 clusters or Serverless instances in the Atlas UI, Atlas CLI, Atlas Administration API, Atlas Kubernetes Operator, HashiCorp Terraform, or Atlas CloudFormation Resources. You can still use existing Serverless instances.

Atlas no longer supports M2 and M5 clusters. Atlas deprecated Serverless instances. As of May 25, 2025, Atlas has automatically migrated all existing M2 and M5 clusters to Flex clusters.

For Serverless instances, beginning May 5 2025, Atlas will determine whether to migrate instances to Free clusters, Flex clusters, or Dedicated clusters according to your usage. To see which tiers Atlas will migrate your instances to, consult the All Clusters page in the Atlas UI.

Important

All Serverless instances will be automatically migrated in the near future, based on current usage, to Free clusters, Flex clusters, or Dedicated clusters. The All Clusters page in the Atlas UI shows which tiers your instances will be migrated to.

Free clusters
A Free cluster provides a free sandbox replica set. You can deploy one M0 cluster per Atlas project. Free clusters are more limited than Atlas Flex and Dedicated clusters. For information on these limitations, refer to Configuration Limits.

The choice of cloud provider and region affects the configuration options for the available cluster tiers, network latency for clients accessing your cluster, the geographic location of the nodes in your cluster, and the cost of running the cluster.

To learn more, see Cloud Providers and Regions.

Note

To deploy your cluster across multiple regions, or to deploy separate Search Nodes for workload isolation, select Go to Advanced Configuration at the bottom of the page.

This label identifies the cluster in Atlas.

Note

Atlas creates your hostname based on your cluster name.

You can't change the cluster name after Atlas deploys the cluster. Cluster names can't exceed 64 characters in length.

IMPORTANT: Atlas truncates the cluster name to 23 characters in its internal interactions. In practice, this means:

Don't include sensitive information in your cluster name.

To learn more, see Apply a cluster Tag to a New Cluster from a Template.

Important

Don't include sensitive information such as Personally Identifiable Information (PII) or Protected Health Information (PHI) in your resource tags. Other MongoDB services, such as Billing, can access resource tags. MongoDB also sends cluster resource tags to DataDog and Prometheus integrations. Resource tags are not intended for private and sensitive data. To learn more, see Sensitive Information.

Click Create.

Important

Each Atlas project supports up to 25 clusters. If you have questions or need assistance regarding the cluster limit, contact support.

Field

Necessity

Action

Billing Email Address

Optional

Type the email address to which Atlas should send billing alerts.

By default, Atlas sends billing alerts to the Organization Owners and Billing Admins.

Company Name

Optional

Type the name of the company for your billing address.

Country

Required

Select the country for your billing address. You can also start typing the name of the country and then select it from the filtered list of countries.

Street Address

Required

Type the street address for your billing address.

Apt/Suite/Floor

Optional

Type an the apartment, suite, or floor for your billing address.

City

Required

Type the name of the city for your billing address.

State/Province/Region

Required

Type or select the political subdivision in which your billing address exists. The label and field change depending on what you selected as your Country:

ZIP or Postal Code

Required

Type the ZIP (U.S.) or Postal Code (other countries) for your billing address.

VAT Number

Conditional

Atlas displays the VAT ID field if you select a country other than the United States.

To learn more about VAT, see VAT ID.

If your company's billing address is in a country other than the United States (USA), Atlas typically charges VAT if you do not enter a valid VAT ID Number on your billing profile.

IMPORTANT: If your billing address is in Ireland or certain Canadian provinces, Atlas always charges VAT, even with a valid VAT ID Number.

To learn more about VAT by region, see International Usage and Taxation.

  1. Click the radio button for Credit Card or Paypal.

    Note

    All projects within your organization share the same billing settings, including payment method.

Under the Cart section, review the following:

Field

Description

Cluster Tier

Displays cost for your selected cluster tier and configuration details. To learn more, see Cloud Service Provider and Region and Cluster Tier.

Included Features

Displays features included with your selected cluster configuration.

Additional Settings

Displays additional settings that you enabled, such as cloud backups, sharding, BI Connector, and more. To learn more, see Cloud Backups.

Click Confirm and Deploy Cluster.

Important

Each Atlas project supports up to 25 clusters. If you have questions or need assistance regarding the cluster limit, contact support.

WARNING: Navigation Improvements In Progress We're currently rolling out a new and improved navigation experience. If the following steps don't match your view in the Atlas UI, see the preview documentation.

  1. If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. If it's not already displayed, click Clusters in the sidebar.

    The Clusters page displays.

You can deploy the following clusters from this page:

Flex Clusters

Flex clusters are low-cost cluster types suitable for teams who are learning MongoDB or developing small proof-of-concept applications. You can begin your project with an Atlas Flex cluster and upgrade to a production-ready Dedicated cluster tier at a future time. Flex clusters are more limited than Dedicated clusters. For information on these limitations, refer to Configuration Limits.

Important

As of February 2025, you can create Flex clusters, and can no longer create M2 and M5 clusters or Serverless instances in the Atlas UI, Atlas CLI, Atlas Administration API, Atlas Kubernetes Operator, HashiCorp Terraform, or Atlas CloudFormation Resources. You can still use existing Serverless instances.

Atlas no longer supports M2 and M5 clusters. Atlas deprecated Serverless instances. As of May 25, 2025, Atlas has automatically migrated all existing M2 and M5 clusters to Flex clusters.

For Serverless instances, beginning May 5 2025, Atlas will determine whether to migrate instances to Free clusters, Flex clusters, or Dedicated clusters according to your usage. To see which tiers Atlas will migrate your instances to, consult the All Clusters page in the Atlas UI.

Important

All Serverless instances will be automatically migrated in the near future, based on current usage, to Free clusters, Flex clusters, or Dedicated clusters. The All Clusters page in the Atlas UI shows which tiers your instances will be migrated to.

Dedicated clusters

Dedicated clusters include M10 and higher tiers. The M10 and M20 tiers are suitable for development environments and low-traffic applications, while higher tiers can handle large datasets and high-traffic applications. Dedicated clusters can be deployed into a single geographical region or multiple geographical regions.

Note

If you choose to create a Dedicated cluster, you also have the option to Create a Global Cluster. For more information, refer to Manage Global Clusters.

Free clusters
A Free cluster provides a free sandbox replica set. You can deploy one M0 cluster per Atlas project. Free clusters are more limited than Atlas Flex and Dedicated clusters. For information on these limitations, refer to Configuration Limits.

The choice of cloud provider and region affects the configuration options for the available cluster tiers, network latency for clients accessing your cluster, the geographic location of the nodes in your cluster, and the cost of running the cluster.

To learn more about selecting a provider and region, refer to Cloud Providers and Regions.

From the Cloud Provider & Region section, you can also choose Multi-Cloud, Multi-Region & Workload Isolation. Multi-region clusters can better withstand data center outages and may contain dedicated geographic regions for localized reads, thereby improving performance. To learn how to deploy a multi-region cluster, see Configure High Availability and Workload Isolation.

If you choose Multi-Cloud, Multi-Region & Workload Isolation, you can also choose to configure:

For information on these settings, see Configure High Availability and Workload Isolation.

The selected tier dictates the memory, storage, vCPUs, and IOPS specification for each data-bearing server [1] in the cluster.

Dedicated clusters support Cluster Auto-Scaling. Cluster tier Auto-scaling is enabled by default when you create new clusters in the user interface. It is disabled by defaut if you create new clusters in the API. With auto-scaling enabled, Atlas automatically scales your cluster tier, storage capacity, or both in response to cluster usage. Auto-scaling allows your cluster to adapt to your current workload and reduce the need to make manual optimizations.

For more information on how to select an appropriate cluster tier and storage settings for your workload, see Select Cluster Tier and Customize Cluster Storage.

You can select a cluster tier appropriately sized for your analytics workload. To learn more, see Analytics Nodes for Workload Isolation.

You can also select a different tier for your Search Nodes. To learn more about the available tiers for your Search Nodes, see Search Tier.

From the Cluster Details section, you can:

Click Create Cluster below the form and complete the billing information only if it doesn't already exist. If your organization already has the billing information, Atlas deploys your cluster.

Field

Necessity

Action

Billing Email Address

Optional

Type the email address to which Atlas should send billing alerts.

By default, Atlas sends billing alerts to the Organization Owners and Billing Admins.

Company Name

Optional

Type the name of the company for your billing address.

Country

Required

Select the country for your billing address. You can also start typing the name of the country and then select it from the filtered list of countries.

Street Address

Required

Type the street address for your billing address.

Apt/Suite/Floor

Optional

Type an the apartment, suite, or floor for your billing address.

City

Required

Type the name of the city for your billing address.

State/Province/Region

Required

Type or select the political subdivision in which your billing address exists. The label and field change depending on what you selected as your Country:

ZIP or Postal Code

Required

Type the ZIP (U.S.) or Postal Code (other countries) for your billing address.

VAT Number

Conditional

Atlas displays the VAT ID field if you select a country other than the United States.

To learn more about VAT, see VAT ID.

If your company's billing address is in a country other than the United States (USA), Atlas typically charges VAT if you do not enter a valid VAT ID Number on your billing profile.

IMPORTANT: If your billing address is in Ireland or certain Canadian provinces, Atlas always charges VAT, even with a valid VAT ID Number.

To learn more about VAT by region, see International Usage and Taxation.

  1. Click the radio button for Credit Card or Paypal.

    Note

    All projects within your organization share the same billing settings, including payment method.

Under the Cart section, review the following:

Field

Description

Cluster Tier

Displays cost for your selected cluster tier and configuration details. To learn more, see Cloud Service Provider and Region and Cluster Tier.

Included Features

Displays features included with your selected cluster configuration.

Additional Settings

Displays additional settings that you enabled, such as cloud backups, sharding, BI Connector, and more. To learn more, see Cloud Backups.

Deploy your cluster. Click Confirm and Deploy Cluster.

Important

Each Atlas project supports up to 25 clusters. If you have questions or need assistance regarding the cluster limit, contact support.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4