Skip to content
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

[Jul 31] Add cloud region info #47

Merged
merged 7 commits into from
Aug 1, 2024
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
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 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.

Elastic Cloud Serverless handles all hosting details for you. You are unable to change the region after you create a project.

<DocCallOut title="Note">
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.
</DocCallOut>

## Amazon Web Services (AWS) regions

The following AWS regions are currently 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/regions" text="region"/>.
Select **Create project** to continue.

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