Skip to content
Merged
Show file tree
Hide file tree
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
23 changes: 13 additions & 10 deletions deploy-manage/deploy/elastic-cloud/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
| :--- | :--- |
| ap-northeast-1 | Asia Pacific (Tokyo) |
| ap-southeast-1 | Asia Pacific (Singapore) |
| ap-southeast-2 | Asia Pacific (Sydney) |
| ca-central-1 | Canada (Central) |
| eu-central-1 | Europe (Frankfurt) |
| eu-west-1 | Europe (Ireland) |
| eu-west-2 | Europe (London) |
Expand All @@ -48,9 +50,10 @@
| eastus | East US (Virginia) |
| eastus2 | East US 2 (Virginia) |
| germanywestcentral | Germany West Central (Frankfurt) |
| northeurope | North Europe (Ireland) |

Check warning on line 53 in deploy-manage/deploy/elastic-cloud/regions.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.Spelling: 'northeurope' is a possible misspelling.
| southeastasia | Southeast Asia (Singapore) |

Check warning on line 54 in deploy-manage/deploy/elastic-cloud/regions.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.Spelling: 'southeastasia' is a possible misspelling.
| spaincentral | Spain Central (Madrid) |

Check warning on line 55 in deploy-manage/deploy/elastic-cloud/regions.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.Spelling: 'spaincentral' is a possible misspelling.
| uaenorth | UAE (Dubai) |

Check warning on line 56 in deploy-manage/deploy/elastic-cloud/regions.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.Spelling: 'uaenorth' is a possible misspelling.
| westus2 | West US 2 (Washington) |

## Google Cloud Platform (GCP) regions [regions-gcp-regions]
Expand All @@ -59,20 +62,20 @@

| Region | Name |
| :--- | :--- |
| asia-south1 | Mumbai |
| asia-southeast1 | Singapore |
| europe-west1 | Belgium |
| europe-west2 | London |
| europe-west3 | Frankfurt |
| europe-west4 | Netherlands |
| us-central1 | Iowa |
| us-east1 | South Carolina |
| us-east4 | Virginia |
| us-west1 | Oregon |
| asia-south1 | India (Mumbai) |
| asia-southeast1 | Singapore (Jurong West) |

Check warning on line 66 in deploy-manage/deploy/elastic-cloud/regions.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.Spelling: 'Jurong' is a possible misspelling.
| europe-west1 | Belgium (St. Ghislain) |

Check warning on line 67 in deploy-manage/deploy/elastic-cloud/regions.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.Spelling: 'Ghislain' is a possible misspelling.
| europe-west2 | England (London) |
| europe-west3 | Germany (Frankfurt) |
| europe-west4 | Netherlands (Eemshaven) |
| us-central1 | United States (Iowa) |
| us-east1 | United States (South Carolina) |
| us-east4 | United States (Virginia) |
| us-west1 | United States (Oregon) |

## Marketplaces

When procuring {{ecloud}} through [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-voru33wi6xs7k), [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/elastic.ec-azure-pp?tab=overview), or [GCP Marketplace](https://console.cloud.google.com/marketplace/product/elastic-prod/elastic-cloud), only the regions corresponding to the same cloud service provider can be used. This ensures that you can enjoy the benefits of the marketplace, such as {{ecloud}} contributing towards your spend commitment with cloud providers.

Check warning on line 78 in deploy-manage/deploy/elastic-cloud/regions.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.BritishSpellings: Use American English spelling 'toward' instead of British English 'towards'.

You can implement a multi-cloud strategy by creating a separate {{ecloud}} organization, either from another marketplace, or directly at [cloud.elastic.co](https://cloud.elastic.co).
For example, if you have created a project in `eu-central-1` after signing up on AWS Marketplace, you can provision another project in GCP `europe-west1` by signing up for a second {{ecloud}} organization on GCP Marketplace, using another email address.
10 changes: 10 additions & 0 deletions release-notes/elastic-cloud-serverless/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ products:
# {{serverless-full}} changelog [elastic-cloud-serverless-changelog]
Review the changes, fixes, and more to {{serverless-full}}.


## April 14, 2026 [serverless-changelog-04142026]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I am confused about why we have a future date in the changelog

Copy link
Copy Markdown
Member Author

@kilfoyle kilfoyle Mar 3, 2026

Choose a reason for hiding this comment

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

@benironside These new Serverless regions won't GA until April 14. I just get the PR ready very early so that, if/when anyone asks, our status is "on track". We won't merge the change until just before the GA happens.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Makes sense, nice!


### Features and enhancements [serverless-changelog-04142026-features-enhancements]

Adds three new [regions](/deploy-manage/deploy/elastic-cloud/regions.md) for {{serverless-full}}:
* Azure: Dubai, UAE (`uaenorth`)
* AWS: Sydney, Australia (`ap-southeast-2`)
* AWS: Central Canada (`ca-central-1`)

## April 6, 2026 [serverless-changelog-04062026]

### Features and enhancements [serverless-changelog-04062026-features-enhancements]
Expand Down
Loading