Queries resource quota limits.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ess:DescribeLimitation |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| MaxNumberOfScheduledTasks |
integer |
The maximum number of scheduled tasks that can be created by an account in a region. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
70 |
| MaxNumberOfLoadBalancers |
integer |
The maximum number of Classic Load Balancer (CLB, formerly SLB) instances that can be associated with a scaling group. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
30 |
| MaxNumberOfMaxSize |
integer |
The maximum number of instances that can be set for a scaling group. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
2000 |
| MaxNumberOfAlbServerGroup |
integer |
The maximum number of Application Load Balancer (ALB) server groups that can be associated with a scaling group. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
30 |
| MaxNumberOfNlbServerGroup |
integer |
The maximum number of Network Load Balancer (NLB) server groups that can be associated with a scaling group. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
30 |
| MaxNumberOfDBInstances |
integer |
The maximum number of ApsaraDB RDS instances that can be associated with a scaling group. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
30 |
| MaxNumberOfScalingConfigurations |
integer |
The maximum number of scaling configurations that can be created in a scaling group. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
70 |
| MaxNumberOfMinSize |
integer |
The minimum number of instances that can be set for a scaling group. The quota value of MaxNumberOfMinSize is the same as that of MaxNumberOfMaxSize. |
2000 |
| MaxNumberOfLifecycleHooks |
integer |
The maximum number of lifecycle hooks that can be created in a scaling group. |
10 |
| MaxNumberOfScalingInstances |
integer |
The maximum number of ECS instances or elastic container instances that can be automatically scaled in or out at a time in a scaling group. |
500 |
| MaxNumberOfScalingGroups |
integer |
The maximum number of scaling groups that can be created by an account in a region. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
200 |
| RequestId |
string |
The request ID. |
BE9BEB41-E7B8-4C7D-A3CF-2DCB1066**** |
| MaxNumberOfNotificationConfigurations |
integer |
The maximum number of event notifications that can be created in a scaling group. |
6 |
| MaxNumberOfVServerGroups |
integer |
The maximum number of virtual server groups that can be specified in a scaling group when the scaling group is associated with Classic Load Balancer (CLB, formerly SLB) instances. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
5 |
| MaxNumberOfScalingRules |
integer |
The maximum number of scaling rules that can be created in a scaling group. Note
The quota is related to your Auto Scaling usage. Go to Quota Center to view the quota value. You can also request a quota increase. |
70 |
Examples
Success response
JSON format
{
"MaxNumberOfScheduledTasks": 70,
"MaxNumberOfLoadBalancers": 30,
"MaxNumberOfMaxSize": 2000,
"MaxNumberOfAlbServerGroup": 30,
"MaxNumberOfNlbServerGroup": 30,
"MaxNumberOfDBInstances": 30,
"MaxNumberOfScalingConfigurations": 70,
"MaxNumberOfMinSize": 2000,
"MaxNumberOfLifecycleHooks": 10,
"MaxNumberOfScalingInstances": 500,
"MaxNumberOfScalingGroups": 200,
"RequestId": "BE9BEB41-E7B8-4C7D-A3CF-2DCB1066****",
"MaxNumberOfNotificationConfigurations": 6,
"MaxNumberOfVServerGroups": 5,
"MaxNumberOfScalingRules": 70
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.