> ## Documentation Index
> Fetch the complete documentation index at: https://planetscale.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing

> A single Vitess database cluster includes the resources equivalent to 5 always-on instances within the base monthly plan cost.

Vitess clusters are charged based on the following:

* Cluster size and [region](#region-pricing)
* Storage size (for network-attached storage clusters)
* [Branch](/vitess/schema-changes/branching) hours beyond the included 1440 hours
* Number of [replicas](/vitess/scaling/replicas)
* Number and size of [VTGates](/vitess/scaling/vtgates)
* [Read-only regions](/vitess/scaling/read-only-regions)

## Branches

Each database includes one production branch that provides a primary instance and two replica instances spread across availability zones.
The primary serves all queries by default, but the replicas can be used to serve read traffic, and are also used to maintain high-availability of your cluster.

In addition to the three instances used by your production branch, \~1440 hours of [development branch](/planetscale-plans#development-branches) time per month is included.
The development branch time works out to two "always on" database instances, though we do recommend spinning them up and down and as needed during your development cycle.

These development branches can replace your existing development or staging environment on other providers.
Instead of purchasing 2-3 databases on PlanetScale to recreate your environment, you can just purchase one database cluster and use [branching](/vitess/schema-changes/branching) for development.

You can upsize and downsize your cluster at any time. Pricing is prorated to the millisecond, so if you temporarily upsize, you will only be charged for the larger cluster size for the time that it was running. Billing for a new cluster size begins as soon as you begin the resize. You can also spin up additional production branches at any timing for additional cost. The pricing for these is also prorated.

## Read-only regions

The read-only region prices below are an additional cost if you choose to utilize [read replicas](/vitess/scaling/read-only-regions) across multiple regions.

The first 10 GB of storage is included in your plan.
After this, you will be charged \$1.50 per additional 1 GB used.
Since this data will also reside on your two replicas, this comes out to \$0.50 per gigabyte, per database instance.
Also, the binary log space is not counted against your storage usage calculation.
For example, if you have a `PS-10` storing 20 GB of data for the full month, your bill would be \$39 + (\$1.50 \* 10) = \$54.

<Note>
  Cluster size options are capped at `PS-160` until you have a successfully paid an invoice of at least \$100. If you need larger sizes immediately, please [contact us](https://planetscale.com/contact) to unlock all sizes. You can find the full list of cluster sizes in our [Plans documentation](/planetscale-plans#base-plan).
</Note>

## Region pricing

### Amazon Web Services

<CardGroup>
  <Card title="ap-northeast-1 (Tokyo)" href="https://planetscale.com/pricing?region=ap-northeast" icon="angles-right" horizontal />

  <Card title="ap-south-1 (Mumbai)" href="https://planetscale.com/pricing?region=ap-south" icon="angles-right" horizontal />

  <Card title="ap-southeast-1 (Singapore)" href="https://planetscale.com/pricing?region=ap-southeast" icon="angles-right" horizontal />

  <Card title="ap-southeast-2 (Sydney)" href="https://planetscale.com/pricing?region=aws-ap-southeast-2" icon="angles-right" horizontal />

  <Card title="eu-central-1 (Frankfurt)" href="https://planetscale.com/pricing?region=eu-central" icon="angles-right" horizontal />

  <Card title="ca-central-1 (Montreal)" href="https://planetscale.com/pricing?region=aws-ca-central-1" icon="angles-right" horizontal />

  <Card title="eu-west-1 (Dublin)" href="https://planetscale.com/pricing?region=eu-west" icon="angles-right" horizontal />

  <Card title="eu-west-2 (London)" href="https://planetscale.com/pricing?region=aws-eu-west-2" icon="angles-right" horizontal />

  <Card title="sa-east-1 (Sao Paulo)" href="https://planetscale.com/pricing?region=aws-sa-east-1" icon="angles-right" horizontal />

  <Card title="us-east-1 (N. Virginia)" href="https://planetscale.com/pricing?region=us-east" icon="angles-right" horizontal />

  <Card title="us-east-2 (Ohio)" href="https://planetscale.com/pricing?region=us-east-2" icon="angles-right" horizontal />

  <Card title="us-west-2 (Oregon)" href="https://planetscale.com/pricing?region=us-west" icon="angles-right" horizontal />
</CardGroup>

### Google Cloud

<CardGroup>
  <Card title="asia-northeast3 (Seoul, South Korea)" href="https://planetscale.com/pricing?region=gcp-asia-northeast3" icon="angles-right" horizontal />

  <Card title="europe-west4 (Eemshaven, Netherlands)" href="https://planetscale.com/pricing?region=gcp-europe-west4" icon="angles-right" horizontal />

  <Card title="northamerica-northeast1 (Montréal, Québec)" href="https://planetscale.com/pricing?region=gcp-northamerica-northeast1" icon="angles-right" horizontal />

  <Card title="us-central1 (Council Bluffs, Iowa)" href="https://planetscale.com/pricing?region=gcp-us-central1" icon="angles-right" horizontal />

  <Card title="us-east1 (Moncks Corner, South Carolina)" href="https://planetscale.com/pricing?region=gcp-us-east1" icon="angles-right" horizontal />

  <Card title="us-east4 (Ashburn, Virginia)" href="https://planetscale.com/pricing?region=gcp-us-east4" icon="angles-right" horizontal />
</CardGroup>

## Need help?

Get help from [the PlanetScale Support team](https://planetscale.com/contact?initial=support), or join our [Discord community](https://pscale.link/community) to see how others are using PlanetScale.
