Skip to content

Commit edac08b

Browse files
authored
[Jul 31] Add cloud region info (#47)
1 parent 2e77bc3 commit edac08b

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

serverless/nav/serverless-general.docnav.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
},
6161
{
6262
"slug": "/serverless/general/user-profile"
63+
},
64+
{
65+
"slug": "/serverless/regions"
6366
}
6467
]
6568
}

serverless/pages/cloud-regions.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
slug: /serverless/regions
3+
title: Serverless regions
4+
description: Index, search, and manage ((es)) data in your preferred language.
5+
tags: ["serverless", "regions", "aws", "cloud"]
6+
---
7+
8+
A region is the geographic area where the data center of the cloud provider that hosts your project is located. Review the available Elastic Cloud Serverless regions to decide which region to use. If you aren't sure which region to pick, choose one that is geographically close to you to reduce latency.
9+
10+
Elastic Cloud Serverless handles all hosting details for you. You are unable to change the region after you create a project.
11+
12+
<DocCallOut title="Note">
13+
Currently, a limited number of 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.
14+
</DocCallOut>
15+
16+
## Amazon Web Services (AWS) regions
17+
18+
The following AWS regions are currently available:
19+
20+
| Region | Name |
21+
|--------|------|
22+
| ap-southeast-1 | Asia Pacific (Singapore) |
23+
| eu-west-1 | Europe (Ireland) |
24+
| us-east-1 | US East (N. Virginia) |
25+
| us-west-2 | US West (Oregon) |
26+

serverless/pages/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use your ((ecloud)) account to create a fully-managed ((es)) project:
2525
- **General purpose**. For general search use cases across various data types.
2626
- **Optimized for Vectors**. For search use cases using vectors and near real-time retrieval.
2727

28-
1. Provide a name for the project and optionally edit the project settings, such as the cloud platform region.
28+
1. Provide a name for the project and optionally edit the project settings, such as the cloud platform <DocLink slug="/serverless/regions" text="region"/>.
2929
Select **Create project** to continue.
3030

3131
1. Once the project is ready, select **Continue**.

0 commit comments

Comments
 (0)