-
Notifications
You must be signed in to change notification settings - Fork 193
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
Changes from 2 commits
57a40b5
06962ca
fa016bd
b4f3a05
449430b
676e87b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
- 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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it intentional to not call out the Enterprise plan here? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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_ | | ||
|
@@ -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/). |
There was a problem hiding this comment.
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.