Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster deployment to AWS region #4721

Merged
merged 6 commits into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 19 additions & 10 deletions docs/reference/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ title: "Regions"
description: "After creating a cluster, specify a region for that cluster. Read on for details of Google Cloud Platform regions currently supported in Camunda 8 SaaS."
---

When you create a cluster in Camunda 8 SaaS, you must specify a region for that cluster.
When you [create a cluster](/components/console/manage-clusters/create-cluster.md) in Camunda 8 SaaS, you must specify a region for that cluster.

Currently, we make these regions available for customers on the Trial, Starter, and Enterprise Plans. Enterprise customers can discuss custom regions with their Customer Success Manager.
The following regions are available for customers on Trial, Starter, and Enterprise Plans. Enterprise customers can also discuss custom regions with their Customer Success Manager.

:::note
Our Console and Web Modeler components are currently hosted in the EU. [Contact us](/reference/contact.md) if you have additional questions.
:::

Below, find a list of regions currently supported in Camunda 8 SaaS.
- Management cluster components (Console and Web Modeler) are currently hosted in GCP (EU). [Contact us](/reference/contact.md) if you have additional questions.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about calling out here also the fact that the single-tenant clusters can run on a dedicated infrastructure on GCP or AWS? This way it sets the scene for the below list of supported regions.

- Single-tenant clusters run on a dedicated GCP or AWS infrastructure.

:::

## Available Google Cloud Platform (GCP) regions

The following GCP regions are currently supported in Camunda 8 SaaS.

| GCP region | Secondary backups region |
| ------------------------------------------------ | ------------------------------------------------- |
| :----------------------------------------------- | :------------------------------------------------ |
| Belgium, Europe (europe-west1) | Germany, Europe (europe-west3) |
| Iowa, North America (us-central1) | Salt Lake City, North America (us-west1) |
| London, Europe (europe-west2) | _Not available_ |
Expand All @@ -26,8 +29,14 @@ Below, find a list of regions currently supported in Camunda 8 SaaS.
| Sydney, Australia (australia-southeast1) | Melbourne, Australia (australia-southeast2) |
| Toronto, North America (northamerica-northeast2) | Montréal, North America (northamerica-northeast1) |

You can find the locations behind the region codes [on the Google page](https://cloud.google.com/about/locations).
To learn more about each region code/location, refer to [Google cloud locations](https://cloud.google.com/about/locations).

:::note
Running on a Trial or Starter plan and want to try a different region, or interested in other regions or cloud providers? [Contact us](/reference/contact.md) as we are able to make additional regions available on request.
:::
## Available Amazon Web Services (AWS) regions

The following AWS regions are currently supported in Camunda 8 SaaS for Trial plan customers.

| AWS region | Secondary backups region |
| :---------------------------------- | :----------------------- |
| North America, Virginia (us-east-1) | _Not available_ |

To learn more about each region code/location, refer to [AWS regions and availability zones](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/).
Loading