Skip to content

aws.autoscaling.describe_account_limits

Example SQL Queries

SELECT * FROM
aws.autoscaling.describe_account_limits;

Description

Describes the current Amazon EC2 Auto Scaling resource quotas for your account.

When you establish an Amazon Web Services account, the account has initial quotas on the maximum number of Auto Scaling groups and launch configurations that you can create in a given Region. For more information, see Quotas for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

Table Definition

Column NameColumn Data Type
max_number_of_auto_scaling_groups

The maximum number of groups allowed for your account. The default is 200 groups per Region.

BIGINT
max_number_of_launch_configurations

The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.

BIGINT
number_of_auto_scaling_groups

The current number of groups for your account.

BIGINT
number_of_launch_configurations

The current number of launch configurations for your account.

BIGINT