From f4b9e9e9ed3e862c1f74a7d36f6f4b8052b971d8 Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Wed, 24 Jul 2024 14:12:39 -0400 Subject: [PATCH 1/7] add region info --- serverless/nav/serverless-general.docnav.json | 3 +++ serverless/pages/cloud-regions.mdx | 26 +++++++++++++++++++ serverless/pages/get-started.mdx | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 serverless/pages/cloud-regions.mdx diff --git a/serverless/nav/serverless-general.docnav.json b/serverless/nav/serverless-general.docnav.json index d10fc3a1..cfc371ca 100644 --- a/serverless/nav/serverless-general.docnav.json +++ b/serverless/nav/serverless-general.docnav.json @@ -60,6 +60,9 @@ }, { "slug": "/serverless/general/user-profile" + }, + { + "slug": "/serverless/regions" } ] } diff --git a/serverless/pages/cloud-regions.mdx b/serverless/pages/cloud-regions.mdx new file mode 100644 index 00000000..f21b48d8 --- /dev/null +++ b/serverless/pages/cloud-regions.mdx @@ -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. + + +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. + + +## 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) | + diff --git a/serverless/pages/get-started.mdx b/serverless/pages/get-started.mdx index c93e57e4..0dcaa774 100644 --- a/serverless/pages/get-started.mdx +++ b/serverless/pages/get-started.mdx @@ -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 region. Select **Create project** to continue. 1. Once the project is ready, select **Continue**. From abb9f528a7a7352025a7a458e4874276c01b6a2d Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Wed, 24 Jul 2024 14:24:14 -0400 Subject: [PATCH 2/7] fix link --- serverless/pages/get-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/pages/get-started.mdx b/serverless/pages/get-started.mdx index 0dcaa774..652c1bc4 100644 --- a/serverless/pages/get-started.mdx +++ b/serverless/pages/get-started.mdx @@ -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 . Select **Create project** to continue. 1. Once the project is ready, select **Continue**. From 1da111a223266eb34f8715b587bb158baf704807 Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Wed, 24 Jul 2024 15:24:14 -0400 Subject: [PATCH 3/7] typo --- serverless/pages/get-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/pages/get-started.mdx b/serverless/pages/get-started.mdx index 652c1bc4..4bcf577e 100644 --- a/serverless/pages/get-started.mdx +++ b/serverless/pages/get-started.mdx @@ -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 . +1. Provide a name for the project and optionally edit the project settings, such as the cloud platform . Select **Create project** to continue. 1. Once the project is ready, select **Continue**. From 42f5595316cb9042b9711862fb91aeb722b7f8ea Mon Sep 17 00:00:00 2001 From: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:51:24 -0400 Subject: [PATCH 4/7] Update serverless/pages/cloud-regions.mdx Co-authored-by: Kaarina Tungseth --- serverless/pages/cloud-regions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/pages/cloud-regions.mdx b/serverless/pages/cloud-regions.mdx index f21b48d8..cc230ecf 100644 --- a/serverless/pages/cloud-regions.mdx +++ b/serverless/pages/cloud-regions.mdx @@ -10,7 +10,7 @@ A region is the geographic area where the data center of the cloud provider that 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. -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. +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. ## Amazon Web Services (AWS) regions From e6984e65a81ae145e3f123868d1911eb103756d5 Mon Sep 17 00:00:00 2001 From: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:54:15 -0400 Subject: [PATCH 5/7] Apply suggestions from code review Co-authored-by: Kaarina Tungseth --- serverless/pages/cloud-regions.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless/pages/cloud-regions.mdx b/serverless/pages/cloud-regions.mdx index cc230ecf..bb57a87c 100644 --- a/serverless/pages/cloud-regions.mdx +++ b/serverless/pages/cloud-regions.mdx @@ -5,9 +5,9 @@ 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. +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 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. +Elastic Cloud Serverless handles all hosting details for you, and doesn't require any additional accounts with the underlying cloud provider. You are unable to change the region after you create a project. 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. From 4af8ea4ee570257a4c6bc6228120d4de70f2e009 Mon Sep 17 00:00:00 2001 From: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:54:38 -0400 Subject: [PATCH 6/7] Apply suggestions from code review --- serverless/pages/cloud-regions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/pages/cloud-regions.mdx b/serverless/pages/cloud-regions.mdx index bb57a87c..944fd286 100644 --- a/serverless/pages/cloud-regions.mdx +++ b/serverless/pages/cloud-regions.mdx @@ -5,7 +5,7 @@ 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 a one that is geographically close to you to reduce latency. +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, and doesn't require any additional accounts with the underlying cloud provider. You are unable to change the region after you create a project. From ffb80252902f180e9329c14542a80580b5291382 Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Mon, 29 Jul 2024 12:36:15 -0400 Subject: [PATCH 7/7] address feedback --- serverless/pages/cloud-regions.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless/pages/cloud-regions.mdx b/serverless/pages/cloud-regions.mdx index 944fd286..a35d96bb 100644 --- a/serverless/pages/cloud-regions.mdx +++ b/serverless/pages/cloud-regions.mdx @@ -7,7 +7,7 @@ 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, and doesn't require any additional accounts with the underlying cloud provider. You are unable to change the region after you create a project. +Elastic Cloud Serverless handles all hosting details for you. You are unable to change the region after you create a project. 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. @@ -15,7 +15,7 @@ Currently, a limited number of Amazon Web Services (AWS) regions are available. ## Amazon Web Services (AWS) regions -The following AWS regions are available: +The following AWS regions are currently available: | Region | Name | |--------|------|