-
Notifications
You must be signed in to change notification settings - Fork 186
Clarify hardware profile and instance configuration related docs for ECH #2039
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
Changes from 9 commits
2f9e518
9d7cb96
2c5fafc
f5afb2b
b4ad1c5
2749011
6f22fe1
ba8353d
17d4bd1
81b349c
6d6357e
66988bf
0f55f2d
306a288
036fb53
0876281
0f73c89
d64924d
4434f19
8d8341a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,9 @@ products: | |
| - id: cloud-hosted | ||
| --- | ||
|
|
||
| # Change hardware profiles [ec-change-hardware-profile] | ||
| # Manage hardware profiles [ec-change-hardware-profile] | ||
|
|
||
| ## Hardware profile [ec-hardware-profile] | ||
|
|
||
| Deployment hardware profiles deploy the {{stack}} on virtual hardware. Each hardware profile has a different blend of storage, RAM, and vCPU. | ||
|
|
||
|
|
@@ -24,6 +26,11 @@ The {{ecloud}} console indicates when a new version of a hardware profile is ava | |
|
|
||
| ## Change the hardware profile using the {{ecloud}} console [ec_change_the_hardware_profile_using_the_elastic_cloud_console] | ||
|
|
||
| ::::{note} | ||
| Deployment with Elastic stack version prior to 7.10 does not support hardware profile change {{ecloud}} console and API. If you want to make change on hardware profile, upgrading to version 7.10 and onwards is required. | ||
|
||
| :::: | ||
|
|
||
|
|
||
| ### Upgrade to the newest version of your current hardware profile [ec_upgrade_to_the_newest_version_of_your_current_hardware_profile] | ||
|
|
||
| Note that if there’s no indication that a newer version is available, that means that your deployment is already running on the latest version of that hardware profile. | ||
|
|
@@ -72,6 +79,11 @@ If your deployment is configured for high availability, the hardware profile cha | |
|
|
||
| ## Change the hardware profile using the API [ec_change_the_hardware_profile_using_the_api] | ||
|
|
||
| ::::{note} | ||
| Deployment with Elastic stack version prior to 7.10 does not support hardware profile change {{ecloud}} console and API. If you want to make change on hardware profile, upgrading to version 7.10 and onwards is required. | ||
kunisen marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| :::: | ||
|
|
||
|
|
||
| Prerequisites: | ||
|
|
||
| * A valid {{ecloud}} [API key](../../api-keys/elastic-cloud-api-keys.md) (`$EC_API_KEY`) | ||
|
|
@@ -176,21 +188,28 @@ Consider this configuration for ingestion use cases with 1-4 days of data availa | |
|
|
||
| ### CPU optimized (ARM) [ec-profiles-compute-optimized-arm] | ||
|
|
||
| This profile is similar to CPU optimized profile but is powered by AWS Graviton2 instances. You can find the exact storage, memory, and vCPU allotment on the [hardware details page](cloud://reference/cloud-hosted/hardware.md#ec-getting-started-configurations) for each cloud provider. | ||
| This profile is similar to CPU optimized profile but powered by ARM instances. Currently, we offer ARM instances on AWS. You can find the exact storage, memory, and vCPU allotment on the [hardware details page](cloud://reference/cloud-hosted/hardware.md#ec-getting-started-configurations) for each cloud provider. | ||
|
|
||
| **Ideal use case** | ||
|
|
||
| Consider this configuration for ingestion use cases with 1-4 days of data available for fast access and for search use cases with indexing and querying workloads. Provides the most CPU resources per unit of RAM. | ||
|
|
||
|
|
||
| ### Vector search optimized (ARM) [ec-profiles-vector-search] | ||
| ### Vector search optimized [ec-profiles-vector-search] | ||
|
|
||
| This profile is suited for Vector search, Generative AI and Semantic search optimized workloads. You can find the exact storage, memory, and vCPU allotment on the [hardware details page](cloud://reference/cloud-hosted/hardware.md#ec-getting-started-configurations) for each cloud provider. | ||
|
|
||
| **Ideal use case** | ||
|
|
||
| Optimized for applications that leverage Vector Search and/or Generative AI. Also the optimal choice for utilizing ELSER for semantic search applications. Broadly suitable for all semantic search, text embedding, image search, and other Vector Search use cases. | ||
|
|
||
| ### Vector search optimized (ARM) [ec-profiles-vector-search-arm] | ||
|
|
||
| This profile is suited for Vector search, Generative AI and Semantic search optimized workloads powered by ARM instances. Currently, we offer ARM instances on AWS. You can find the exact storage, memory, and vCPU allotment on the [hardware details page](cloud://reference/cloud-hosted/hardware.md#ec-getting-started-configurations) for each cloud provider. | ||
|
|
||
| **Ideal use case** | ||
|
|
||
| Optimized for applications that leverage Vector Search and/or Generative AI. Also the optimal choice for utilizing ELSER for semantic search applications. Broadly suitable for all semantic search, text embedding, image search, and other Vector Search use cases. | ||
|
|
||
|
|
||
| ### General purpose [ec-profiles-general-purpose] | ||
|
|
||
|
|
@@ -203,7 +222,7 @@ Suitable for ingestion use cases with 5-7 days of data available for fast access | |
|
|
||
| ### General purpose (ARM) [ec-profiles-general-purpose-arm] | ||
|
|
||
| This profile is similar to the General purpose profile but is powered by AWS Graviton2 instances. You can find the exact storage, memory, and vCPU allotment on the [hardware details page](cloud://reference/cloud-hosted/hardware.md#ec-getting-started-configurations) for each cloud provider. | ||
| This profile is similar to General purpose profile but powered by ARM instances. Currently, we offer ARM instances on AWS. You can find the exact storage, memory, and vCPU allotment on the [hardware details page](cloud://reference/cloud-hosted/hardware.md#ec-getting-started-configurations) for each cloud provider. | ||
|
|
||
| **Ideal use case** | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.