| title | Create a TiDB Cloud Dedicated Cluster |
|---|---|
| summary | Learn how to create your TiDB Cloud Dedicated cluster. |
This tutorial guides you through signing up and creating a TiDB Cloud Dedicated cluster.
Tip:
To learn how to create a {{{ .starter }}} or {{{ .essential }}} cluster, see Create a {{{ .starter }}} or Essential Cluster.
If you do not have a TiDB Cloud account, click here to sign up for an account.
- You can either sign up with email and password so that you can manage your password using TiDB Cloud, or sign up with your Google, GitHub, or Microsoft account.
- For AWS Marketplace users, you can also sign up through AWS Marketplace. To do that, search for
TiDB Cloudin AWS Marketplace, subscribe to TiDB Cloud, and then follow the onscreen instructions to set up your TiDB Cloud account. - For Azure Marketplace users, you can also sign up through Azure Marketplace. To do that, search for
TiDB Cloudin Azure Marketplace, subscribe to TiDB Cloud, and then follow the onscreen instructions to set up your TiDB Cloud account. - For Google Cloud Marketplace users, you can also sign up through Google Cloud Marketplace. To do that, search for
TiDB Cloudin Google Cloud Marketplace, subscribe to TiDB Cloud, and then follow the onscreen instructions to set up your TiDB Cloud account.
Once you log in to the TiDB Cloud console, you have a default project. When there is only one project in your organization, your cluster will be created in that project. For more information about projects, see Organizations and projects.
If you are an organization owner, you can rename the default project or create a new project for the cluster according to your need as follows:
-
In the TiDB Cloud console, click the combo box in the upper-left corner. Your default organization and project are displayed.
-
Click the name of your organization, and then click Projects in the left navigation pane.
-
On the Projects page, do one of the following:
- To rename the default project, click ... > Rename in the Actions column.
- To create a project, click Create New Project, enter a name for your project, and then click Confirm.
-
To go to the cluster list page of your project, click the project name on the Projects page.
If you are in the Organization Owner or the Project Owner role, you can create a TiDB Cloud Dedicated cluster as follows:
-
Navigate to the Clusters page of your project.
Tip:
You can use the combo box in the upper-left corner to switch between organizations, projects, and clusters.
-
Click Create Cluster.
-
On the Create Cluster page, select Dedicated, and then configure the cluster information as follows:
-
Choose a cloud provider and a region.
Note:
- Currently, the support of TiDB Cloud Dedicated on Azure is in public preview.
- If you signed up for TiDB Cloud through AWS Marketplace, the cloud provider is AWS, and you cannot change it in TiDB Cloud.
- If you signed up for TiDB Cloud through Azure Marketplace, the cloud provider is Azure Cloud, and you cannot change it in TiDB Cloud.
- If you signed up for TiDB Cloud through Google Cloud Marketplace, the cloud provider is Google Cloud, and you cannot change it in TiDB Cloud.
-
Configure the cluster size for TiDB, TiKV, and TiFlash (optional) respectively.
-
Update the default cluster name and port number if necessary.
-
If CIDR has not been configured for this region, you need to set the CIDR. If you do not see the Project CIDR field, it means that CIDR has already been configured for this region.
Note:
- TiDB Cloud will create a VPC with this CIDR when the first cluster in this region is created. All the subsequent clusters of the same project in this region will use this VPC.
- When setting the CIDR, avoid any conflicts with the CIDR of the VPC where your application is located. You cannot modify your CIDR once the VPC is created.
-
-
Confirm the cluster and billing information on the right side.
-
If you have not added a payment method, click Add Credit Card in the lower-right corner.
Note:
If you signed up TiDB Cloud through AWS Marketplace, Azure Marketplace, or Google Cloud Marketplace, you can pay through your AWS account, Azure account, or Google Cloud account directly but cannot add payment methods or download invoices in the TiDB Cloud console.
-
Click Create.
Your TiDB Cloud cluster will be created in approximately 20 to 30 minutes. You will receive a notification from the TiDB Cloud console when the creation is complete.
Note:
The cluster creation time can vary by region and might take longer than 30 minutes. If the process takes significantly longer than expected, contact TiDB Cloud Support.
After your cluster is created, take the following steps to set the root password:
-
In the upper-right corner of your cluster overview page, click ... and select Password Settings.
-
Set the root password to connect to your cluster, and then click Save.
You can click Auto-generate Password to generate a random password. The generated password will not show again, so save your password in a secure location.
After your cluster is created on TiDB Cloud, you can connect to it via the methods provided in Connect to Your TiDB Cloud Dedicated Cluster.