-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b12b5bf
commit f4b9e9e
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,9 @@ | |
}, | ||
{ | ||
"slug": "/serverless/general/user-profile" | ||
}, | ||
{ | ||
"slug": "/serverless/regions" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
slug: /serverless/regions | ||
title: Serverless regions | ||
description: Index, search, and manage ((es)) data in your preferred language. | ||
tags: ["serverless", "regions", "aws", "cloud"] | ||
--- | ||
|
||
A region is the geographic area where the data center of the cloud provider that hosts your deployment is located. Review the available Elastic serverless regions to decide which region to use. If you aren't sure which region to pick, choose a one that is geographically close to you to reduce latency. | ||
|
||
Elastic serverless handles all hosting details for you, and doesn't require any additional accounts with the underlying cloud provider. The region you select can't be changed after you create a project. | ||
|
||
<DocCallOut title="Note"> | ||
Currently, only limited Amazon Web Services (AWS) regions are available. More regions for AWS, as well as Microsoft Azure and Google Cloud Platform (GCP), will be added in the future. | ||
</DocCallOut> | ||
|
||
## Amazon Web Services (AWS) regions | ||
|
||
The following AWS regions are available: | ||
|
||
| Region | Name | | ||
|--------|------| | ||
| ap-southeast-1 | Asia Pacific (Singapore) | | ||
| eu-west-1 | Europe (Ireland) | | ||
| us-east-1 | US East (N. Virginia) | | ||
| us-west-2 | US West (Oregon) | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters