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

# CockroachDB Cloud Regions

export const InternalLink = ({version, path = "", children, ...props}) => {
  let detectedVersion = version || "stable";
  if (typeof window !== 'undefined' && !version) {
    const match = window.location.pathname.match(/\/docs\/([^/]+)/);
    if (match) {
      detectedVersion = match[1];
    }
  }
  const normalizedPath = path.startsWith("/") ? path.slice(1) : path;
  return <a href={`/docs/${detectedVersion}/${normalizedPath}`} {...props}>
      {children}
    </a>;
};

CockroachDB Cloud clusters can be <InternalLink path="create-your-cluster">created</InternalLink> in the following cloud regions.

<Tip>
  For optimal performance, configure your cluster's regions to be as near as possible to your client applications or other related workloads.
</Tip>

<Tabs>
  <Tab title="CockroachDB Standard and Basic">
    <Note>
      Creating a CockroachDB Standard or Basic cluster on Azure is not supported.
    </Note>

    ## AWS regions

    CockroachDB Standard and Basic clusters can be deployed in the following [AWS regions](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones):

    | Geographic Area | Region Name      | Location    |
    | --------------- | ---------------- | ----------- |
    | Asia Pacific    | `ap-south-1`     | Mumbai      |
    |                 | `ap-southeast-1` | Singapore   |
    | North America   | `us-east-1`      | N. Virginia |
    |                 | `us-east-2`      | Ohio        |
    |                 | `us-west-2`      | Oregon      |
    | Western Europe  | `eu-central-1`   | Frankfurt   |
    |                 | `eu-west-1`      | Ireland     |
    |                 | `eu-west-2`      | London      |

    ## GCP regions

    CockroachDB Standard and Basic clusters can be deployed in the following [GCP regions](https://cloud.google.com/compute/docs/regions-zones):

    | Geographic Area | Region Name       | Location       |
    | --------------- | ----------------- | -------------- |
    | Asia Pacific    | `asia-southeast1` | Jurong West    |
    | North America   | `us-central1`     | Iowa           |
    |                 | `us-east1`        | South Carolina |
    |                 | `us-west2`        | California     |
    | Western Europe  | `europe-west1`    | St. Ghislain   |
    |                 | `europe-west2`    | London         |
    |                 | `europe-west3`    | Frankfurt      |
  </Tab>

  <Tab title="CockroachDB Advanced">
    ## AWS regions

    CockroachDB Advanced clusters can be deployed in the following [AWS regions](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones):

    | Geographic Area | Region Name      | Location             |
    | --------------- | ---------------- | -------------------- |
    | Asia Pacific    | `ap-east-1`      | Hong Kong            |
    |                 | `ap-southeast-3` | Jakarta              |
    |                 | `ap-northeast-1` | Tokyo                |
    |                 | `ap-northeast-2` | Seoul                |
    |                 | `ap-northeast-3` | Osaka                |
    |                 | `ap-south-1`     | Mumbai               |
    |                 | `ap-southeast-1` | Singapore            |
    |                 | `ap-southeast-2` | Sydney               |
    | Middle East     | `me-south-1`     | Bahrain              |
    |                 | `il-central-1`   | Tel Aviv             |
    |                 | `me-central-1`   | United Arab Emirates |
    | North America   | `ca-west-1`      | Calgary              |
    |                 | `ca-central-1`   | Central Canada       |
    |                 | `us-east-1`      | N. Virginia          |
    |                 | `us-east-2`      | Ohio                 |
    |                 | `us-west-2`      | Oregon               |
    | South America   | `sa-east-1`      | Sao Paolo            |
    | Western Europe  | `eu-central-1`   | Frankfurt            |
    |                 | `eu-west-1`      | Ireland              |
    |                 | `eu-west-2`      | London               |
    |                 | `eu-south-1`     | Milan                |
    |                 | `eu-north-1`     | Stockholm            |
    |                 | `eu-west-3`      | Paris                |

    ## Azure regions

    CockroachDB Advanced clusters can be deployed in the following [Azure regions](https://learn.microsoft.com/azure/reliability/availability-zones-overview#regions):

    | Geographic Area | Region Name          | Location        |
    | --------------- | -------------------- | --------------- |
    | Africa          | `southafricanorth`   | Johannesburg    |
    | Asia Pacific    | `australiaeast`      | New South Wales |
    |                 | `japaneast`          | Tokyo           |
    |                 | `koreacentral`       | Seoul           |
    |                 | `centralindia`       | Pune            |
    |                 | `eastasia`           | Hong Kong       |
    |                 | `southeastasia`      | Singapore       |
    | Middle East     | `uaenorth`           | Dubai           |
    | North America   | `canadacentral`      | Toronto         |
    |                 | `centralus`          | Iowa            |
    |                 | `eastus`             | Virginia        |
    |                 | `eastus2`            | Virginia        |
    |                 | `southcentralus`     | Texas           |
    |                 | `westus2`            | Washington      |
    |                 | `westus3`            | Washington      |
    | Western Europe  | `francecentral`      | Paris           |
    |                 | `germanywestcentral` | Frankfurt       |
    |                 | `northeurope`        | Ireland         |
    |                 | `norwayeast`         | Oslo            |
    |                 | `polandcentral`      | Warsaw          |
    |                 | `swedencentral`      | Gävle           |
    |                 | `switzerlandnorth`   | Zürich          |
    |                 | `uksouth`            | London          |
    |                 | `westeurope`         | Netherlands     |

    ## GCP regions

    CockroachDB Advanced clusters can be deployed in the following [GCP regions](https://cloud.google.com/compute/docs/regions-zones):

    | Geographic Area | Region Name               | Location        |
    | --------------- | ------------------------- | --------------- |
    | Asia Pacific    | `asia-east1`              | Changhua County |
    |                 | `asia-east2`              | Hong Kong       |
    |                 | `asia-northeast1`         | Tokyo           |
    |                 | `asia-northeast2`         | Osaka           |
    |                 | `asia-northeast3`         | Seoul           |
    |                 | `asia-south1`             | Mumbai          |
    |                 | `asia-south2`             | Delhi           |
    |                 | `asia-southeast1`         | Jurong West     |
    |                 | `asia-southeast2`         | Jakarta         |
    |                 | `australia-southeast1`    | Sydney          |
    |                 | `australia-southeast2`    | Melbourne       |
    | Middle East     | `me-central1`             | Doha            |
    |                 | `me-west1`                | Tel Aviv        |
    | North America   | `northamerica-northeast1` | Montréal        |
    |                 | `northamerica-northeast2` | Toronto         |
    |                 | `us-central1`             | Iowa            |
    |                 | `us-east1`                | South Carolina  |
    |                 | `us-east4`                | Virginia        |
    |                 | `us-east5`                | Columbus        |
    |                 | `us-south1`               | Dallas          |
    |                 | `us-west1`                | Oregon          |
    |                 | `us-west2`                | California      |
    |                 | `us-west3`                | Salt Lake City  |
    |                 | `us-west4`                | Las Vegas       |
    | South America   | `southamerica-east1`      | São Paulo       |
    | Western Europe  | `europe-central2`         | Warsaw          |
    |                 | `europe-north1`           | Hamina          |
    |                 | `europe-southwest1`       | Madrid          |
    |                 | `europe-west1`            | St. Ghislain    |
    |                 | `europe-west2`            | London          |
    |                 | `europe-west3`            | Frankfurt       |
    |                 | `europe-west4`            | Eemshaven       |
    |                 | `europe-west6`            | Zürich          |
    |                 | `europe-west9`            | Paris           |
    |                 | `europe-west12`           | Turin           |
  </Tab>
</Tabs>
