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 2 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
25 changes: 17 additions & 8 deletions docs/reference/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ When you create a cluster in Camunda 8 SaaS, you must specify a region for that
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.

:::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.

- 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.
Copy link

Choose a reason for hiding this comment

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

Is it intentional to not call out the Enterprise plan here?

Copy link

Choose a reason for hiding this comment

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

This part ", or interested in other regions or cloud providers" sounds a bit redundant (asking if you need additional regions) and suggests one might be able to ask for another provider. How about we leave this part out?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should remove the "or cloud provider" part.


:::

## 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