docs/content/stable/yugabyte-cloud/cloud-basics/create-clusters/create-clusters-multisync.md
Clusters replicated across regions include a minimum of 3 nodes across 3 regions, providing region-level fault tolerance. You can add or remove nodes in increments of 1 per region (each region has the same number of nodes).
{{< youtube id="fCjTB8IuTuA" title="Create a multi-region cluster in YugabyteDB Aeon" >}}
You can optionally designate one region in the cluster as preferred. The preferred region handles all read and write requests from clients.
Designating one region as preferred can reduce the number of network hops needed to process requests. For lower latencies and best performance, set the region closest to your application as preferred. If your application uses a smart driver, set the topology keys to target the preferred region.
When no region is preferred, YugabyteDB Aeon distributes requests equally across regions. You can set or change the preferred region after cluster creation.
Regardless of the preferred region setting, data is replicated across all the regions in the cluster to ensure region-level fault tolerance.
You can enable follower reads to serve reads from non-preferred regions.
In cases where the cluster has read replicas and a client connects to a read replica, reads are served from the replica; writes continue to be handled by the preferred region.
Multi-region replicated clusters include the following features:
To create a multi-region replicated 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 Replicate across regions.
Select the Fault tolerance for the cluster, as follows:
Clusters can be scaled in increments of 1 node per region; for example, a cluster with fault tolerance of 2 regions can be scaled in multiples of 5 nodes, one per region.
Regions: For each region, choose the following:
Preferred region: Optionally, assign one region as preferred to handle all reads and writes.
Node size: Enter the number of virtual CPUs per node, disk size per node (in GB), and disk input output (I/O) operations per second (IOPS) per node (AWS only). You must choose the regions before you can set the node size.
The node throughput will be scaled according to the IOPS value. For large datasets or clusters with high concurrent transactions, higher IOPS is recommended. As disk IOPS is capped by vCPU, your vCPU and IOPS should be scaled together. Reference your current read and write IOPS performance for an estimation.
Clusters replicated across regions support both horizontal and vertical scaling; you can change the cluster configuration and preferred region 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.