> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported cloud regions

> Supported regions for ClickHouse Cloud

export const EnterprisePlanFeatureBadge = ({feature = 'This feature', support = false, linking_verb_are = false}) => {
  return <div className="enterprisePlanFeatureContainer">
            <div className="enterprisePlanFeatureBadge">
                Enterprise plan feature
            </div>
            <div>
                <p>{feature} {linking_verb_are ? 'are' : 'is'} available in the Enterprise plan. {support ? `Contact support to enable this feature.` : 'To upgrade, visit the plans page in the cloud console.'}</p>
            </div>
        </div>;
};

<h2 id="aws-regions">
  AWS regions
</h2>

* ap-northeast-1 (Tokyo)
* ap-northeast-2 (South Korea, Seoul)
* ap-south-1 (Mumbai)
* ap-southeast-1 (Singapore)
* ap-southeast-2 (Sydney)
* eu-central-1 (Frankfurt)
* eu-west-1 (Ireland)
* eu-west-2 (London)
* us-east-1 (N. Virginia)
* us-east-2 (Ohio)
* us-west-2 (Oregon)
* il-central-1 (Israel, Tel Aviv)

**Private Region:**

* ca-central-1 (Canada)
* af-south-1 (South Africa)
* eu-north-1 (Stockholm)
* sa-east-1 (South America)
* ap-southeast-3 (Jakarta)
* ap-east-1 (Hong Kong)
* mx-central-1 (Mexico)

<h2 id="google-cloud-regions">
  Google Cloud regions
</h2>

* asia-southeast1 (Singapore)
* asia-northeast1 (Tokyo)
* europe-west2 (London)
* europe-west4 (Netherlands)
* us-central1 (Iowa)
* us-east1 (South Carolina)

**Private Region:**

* australia-southeast1(Sydney)
* europe-west3 (Frankfurt)
* europe-west6 (Zurich)
* northamerica-northeast1 (Montréal)
* us-west1 (Oregon)

<h2 id="azure-regions">
  Azure regions
</h2>

* West US 3 (Arizona)
* East US 2 (Virginia)
* Germany West Central (Frankfurt)

**Private Region:**

* Japan East (Tokyo, Saitama)
* UAE North (Dubai)
* Australia East (New South Wales)

<Note>
  Need to deploy to a region not currently listed? [Submit a request](https://clickhouse.com/pricing?modal=open).
</Note>

<h2 id="private-regions">
  Private regions
</h2>

We offer Private regions for our Enterprise tier services. Please [Contact us](https://clickhouse.com/company/contact) for private region requests.

Key considerations for private regions:

* Services won't auto-scale; however, manual vertical and horizontal scaling is supported.
* Services can't be idled.
* Status page isn't available for private regions.

Additional requirements may apply for HIPAA compliance (including signing a BAA). Note that HIPAA is currently available only for Enterprise tier services

<h2 id="hipaa-compliant-regions">
  HIPAA compliant regions
</h2>

Customers must sign a Business Associate Agreement (BAA) and request onboarding through Sales or Support to set up services in HIPAA compliant regions. The following regions support HIPAA compliance:

* AWS af-south-1 (South Africa) **Private Region**
* AWS ca-central-1 (Canada) **Private Region**
* AWS eu-central-1 (Frankfurt)
* AWS eu-north-1 (Stockholm) **Private Region**
* AWS eu-west-1 (Ireland)
* AWS eu-west-2 (London)
* AWS sa-east-1 (South America) **Private Region**
* AWS us-east-1 (N. Virginia)
* AWS us-east-2 (Ohio)
* AWS us-west-2 (Oregon)
* GCP europe-west4 (Netherlands)
* GCP us-central1 (Iowa)
* GCP us-east1 (South Carolina)

<h2 id="pci-compliant-regions">
  PCI compliant regions
</h2>

Customers must request onboarding through Sales or Support to set up services in PCI compliant regions. The following regions support PCI compliance:

* AWS af-south-1 (South Africa) **Private Region**
* AWS ca-central-1 (Canada) **Private Region**
* AWS eu-central-1 (Frankfurt)
* AWS eu-north-1 (Stockholm) **Private Region**
* AWS eu-west-1 (Ireland)
* AWS eu-west-2 (London)
* AWS mx-central-1 (Mexico) **Private Region**
* AWS sa-east-1 (South America) **Private Region**
* AWS us-east-1 (N. Virginia)
* AWS us-east-2 (Ohio)
* AWS us-west-2 (Oregon)
* GCP europe-west4 (Netherlands)
* GCP us-central1 (Iowa)
* GCP us-east1 (South Carolina)
