Skip to content

Commit

Permalink
add region info
Browse files Browse the repository at this point in the history
  • Loading branch information
shainaraskas committed Jul 24, 2024
1 parent b12b5bf commit f4b9e9e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
3 changes: 3 additions & 0 deletions serverless/nav/serverless-general.docnav.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
},
{
"slug": "/serverless/general/user-profile"
},
{
"slug": "/serverless/regions"
}
]
}
26 changes: 26 additions & 0 deletions serverless/pages/cloud-regions.mdx
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) |

2 changes: 1 addition & 1 deletion serverless/pages/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use your ((ecloud)) account to create a fully-managed ((es)) project:
- **General purpose**. For general search use cases across various data types.
- **Optimized for Vectors**. For search use cases using vectors and near real-time retrieval.

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

1. Once the project is ready, select **Continue**.
Expand Down

0 comments on commit f4b9e9e

Please sign in to comment.