docs/content/stable/yugabyte-cloud/cloud-basics/create-clusters/create-clusters-geopartition.md
Use partition-by-region clusters to geo-locate data in specific regions.
Clusters consist of a primary region and any number of additional secondary regions, where the partitioned, region-specific data resides. You can add or remove regions as required. When first deploying, you can deploy a single cluster in the primary region.
{{< youtube id="9ESTXEa9QZY" title="Create a geo-partitioned cluster in YugabyteDB Aeon" >}}
You place data in regions of the cluster using tablespaces. Tables that don't belong to any tablespace are stored in the primary region.
YugabyteDB Aeon automatically creates tablespaces in the regions of your cluster named region_name_ts. For example, if you add the us-central1 region, the tablespace is named us_central1_ts.
To view your cluster tablespaces, you can enter the following command:
SELECT * FROM pg_tablespace;
Note that data pinned to a single region via tablespaces is not replicated to other regions, and remains subject to the fault tolerance of the cluster (Node- or Availability Zone-level).
For more information on specifying data placement for tables and indexes, refer to Tablespaces.
Partition-by-region clusters include the following features:
To create a partition-by-region cluster, on the Clusters page, click Add Cluster, and choose Dedicated to start the Create Cluster wizard.
The Create Cluster wizard has the following pages:
{{% includeMarkdown "include-general-settings.md" %}}
Select Multi-Region Deployment and set the following options.
Set Data Distribution to Partition by region.
Select a Fault Tolerance for the regions. Fault tolerance determines how resilient each region is to node and zone outages (planned or unplanned). Choose one of the following:
| Fault tolerance | Description | Scaling |
|---|---|---|
| Zone | Resilient to a single zone outage. Minimum of 3 nodes spread across 3 availability zones. This configuration provides the maximum protection for a data center outage. Recommended for production deployments. | Nodes are scaled in increments of 3 (each zone has the same number of nodes). |
| Node | Resilient to 1, 2, or 3 node outages, with a minimum of 3, 5, or 7 nodes respectively, deployed in a single availability zone. Not resilient to zone outages. | Nodes are scaled in increments of 1. |
| None | Minimum of 1 node, with no replication or resiliency. Recommended for development and testing only. | Nodes are scaled in increments of 1. |
Fault tolerance is applied to all regions in the cluster, including those added after cluster creation.
Regions - For each region, choose the following:
To add additional regions to the cluster, click Add Region.
Partiton-by-region clusters support both horizontal and vertical scaling; you can add regions and change the cluster configuration after the cluster is created. Refer to Scale and configure clusters.
Monthly costs for the cluster are estimated automatically.
{{% includeMarkdown "network-access.md" %}}
{{% includeMarkdown "include-security-settings.md" %}}
The database admin credentials are required to connect to the YugabyteDB database that is installed on the cluster.
You can use the default credentials generated by YugabyteDB Aeon, or add your own.
For security reasons, the database admin user does not have YSQL superuser privileges, but does have sufficient privileges for most tasks. For more information on database roles and privileges in YugabyteDB Aeon, refer to Database authorization in YugabyteDB Aeon clusters.
After the cluster is provisioned, you can add more users and change your password.
Download the credentials, and click Create Cluster.
{{< warning title="Important" >}}
Save your database credentials. If you lose them, you won't be able to use the database.
{{< /warning >}}
After you complete the wizard, the Clusters page appears, showing the provisioning of your new cluster in progress.
When the cluster is ready, the cluster Overview tab is displayed.
You now have a fully configured YugabyteDB cluster provisioned in YugabyteDB Aeon with the database admin credentials you specified.