Skip to content

Commit 46b2f56

Browse files
committed
Update restrictions-known-problems.md
1 parent bd23195 commit 46b2f56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deploy-manage/deploy/elastic-cloud/restrictions-known-problems.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ When using {{ecloud}}, there are some limitations you should be aware of:
2424
* [Restoring a snapshot across deployments](#ec-snapshot-restore-enterprise-search-kibana-across-deployments)
2525
* [Migrate Fleet-managed {{agents}} across deployments by restoring a snapshot](#ec-migrate-elastic-agent)
2626
* [Regions and Availability Zones](#ec-regions-and-availability-zone)
27+
* [Node count and size](#ec-node-count-size)
28+
* [Repository Analysis API is unavailable in {{ecloud}}](ec-repository-analyis-unavailable)
2729

2830
For limitations related to logging and monitoring, check the [Restrictions and limitations](../../monitor/stack-monitoring/ece-ech-stack-monitoring.md#restrictions-monitoring) section of the logging and monitoring page.
2931

@@ -131,6 +133,13 @@ To make a seamless migration, after restoring from a snapshot there are some add
131133
* The AWS `us-west-1` region is limited to two availability zones for ES data nodes and one (tiebreaker only) virtual zone (as depicted by the `-z` in the AZ (`us-west-1z`). Deployment creation with three availability zones for {{es}} data nodes for hot, warm, and cold tiers is not possible. This includes scaling an existing deployment with one or two AZs to three availability zones. The virtual zone `us-west-1z` can only hold an {{es}} tiebreaker node (no data nodes). The workaround is to use a different AWS US region that allows three availability zones, or to scale existing nodes up within the two availability zones.
132134
* The AWS `eu-central-2` region is limited to two availability zones for CPU Optimized (ARM) Hardware profile ES data node and warm/cold tier. Deployment creation with three availability zones for {{es}} data nodes for hot (for CPU Optimized (ARM) profile), warm and cold tiers is not possible. This includes scaling an existing deployment with one or two AZs to three availability zones. The workaround is to use a different AWS region that allows three availability zones, or to scale existing nodes up within the two availability zones.
133135

136+
## Node Count and Size [ec-node-count-size]
137+
* In the {{ecloud}} console UI, the maximum configurable node count is 32.
138+
* The total RAM for `Size per zone` is calculated by multiplying the maximum RAM size of the instance configuration in use by 32. For example, for the instance configuration [`aws.es.datahot.c6gd`](cloud://reference/cloud-hosted/aws-default.md), the maximum RAM size is 60GB. Therefore, the total RAM for `Size per zone` is `60GB x 32 = 1.875TB` (displayed as `1.88TB` in the {{ecloud}} console UI).
139+
* This maximum node count limitation applies to the UI and affects both the maximum `Size per zone` during manual scaling and the `Maximum size per zone` in autoscaling.
140+
* This limit is in place to prevent users from inadvertently deploying excessive capacity. However, this limitation does not apply when using the API for manual scaling or autoscaling. If you require additional capacity, you can use the API to scale up or configure the maximum size for autoscaling, in a self-sufficient way. For more guidance on using the cloud API, please review the [Elastic Cloud RESTful API](cloud://reference/cloud-hosted/ec-api-restful.md).
141+
* Apart from the maximum node count configurable in the {{ecloud}} console UI, there are other service limits based on each instance configuration. These service limits are typically greater than 32. For more details, please [contact Elastic support for assistance](/troubleshoot/index.md).
142+
134143
## Repository Analysis API is unavailable in {{ecloud}} [ec-repository-analyis-unavailable]
135144

136145
* The {{es}} [Repository analysis API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-repository-analyze) is not available in {{ecloud}} due to deployments defaulting to having [operator privileges](../../users-roles/cluster-or-deployment-auth/operator-privileges.md) enabled that prevent non-operator privileged users from using it along with a number of other APIs.

0 commit comments

Comments
 (0)