All Products
Search
Document Center

Elastic Container Instance:Limits

Last Updated:Apr 01, 2026

Elastic Container Instance (ECI) enforces limits at the instance, API, and Kubernetes integration levels. Some limits are fixed; others can be increased by submitting a quota increase request.

Instance limits

The following limits apply to each elastic container instance.

ResourceLimitAdjustable
vCPUs per instance64 vCPUNo
Volumes per instance20No
Containers per instance20No
Network typesVPC onlyNo
Account requirement for the Chinese mainlandReal-name verification required

To create ECI instances in regions within China, your account must pass identity verification.

No
vCPUs per regionVaries by account based on historical usageYes — use Quota Center to request an increase

To view your current regional vCPU quota, go to the Privileges page in the Elastic Container Instance console.

API limits

Each API operation has a maximum calls-per-minute quota. If the default quota doesn't meet your requirements, submit a ticket to request an increase.

API operationMax calls per minute
DescribeContainerGroups2,000
DescribeContainerGroupMetric2,000
CreateContainerGroup1,000
DeleteContainerGroup1,000
DescribeContainerGroupPrice1,000
ExportContainerGroupTemplate1,000
ExecContainerCommand500
DescribeContainerLog500
RestartContainerGroup500
UpdateContainerGroup500
DescribeMultiContainerGroupMetric500
CreateImageCache200

Kubernetes limits

ECI integrates with Kubernetes through Virtual Kubelet, a virtual node implementation from the Kubernetes community. Elastic container instances run across the Alibaba Cloud resource pool rather than on fixed physical nodes. Because of this, Kubernetes features that depend on direct host access are not supported.

The following table lists unsupported features and recommended alternatives.

Unsupported featureWhy it is not supportedAlternative
HostPathRequires direct access to host filesystemUse emptyDir volumes, disks, or File Storage NAS (NAS)
HostNetworkRequires mapping a host port to a containerCreate a Service of the LoadBalancer type
DaemonSetRequires a static pod on a fixed container hostDeploy multiple images in a pod using sidecar containers
Service of the NodePort typeRequires mapping a host port to a containerCreate a Service of the LoadBalancer type

ulimit

ECI does not support modifying ulimit settings. To check the default ulimit values in a container, run:

ulimit -a

To modify ulimit settings, submit a ticket.

Reserved ports

Do not use the following ports when deploying services. ECI and related services reserve these ports.

PortReserved by
111, 10250, 10255ECI interfaces (exec, logs, metrics)
998Cloud Paralleled File System (CPFS)