AWS Auto Scaling group
aws.autoscaling.group MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
AWS Auto Scaling group
Min version: 5.15.0Defaults:
name region minSize maxSizeRelationships
5 resources · 5 relationships·Click to select, expand fields to see properties.
Fields (18)
| Field | Type | Description |
|---|---|---|
arnrequired | string | ARN for the autoscaling group |
availabilityZonesrequired | []string | List of availability zones associated with the group |
capacityRebalancerequired | int | Whether Capacity Rebalancing is enabled |
createdAtrequired | time | Time when the autoscaling group was created |
defaultCooldownrequired | int | Time to wait after scaling up or down before starting the next scaling event |
defaultInstanceWarmuprequired | int | Duration of the default instance warmup, in seconds |
desiredCapacityrequired | int | Desired size of the group |
healthCheckGracePeriodrequired | int | Grace period in seconds before an instance with a failing health check is replaced |
healthCheckTyperequired | string | Health check type used by the group: ELB or EC2 |
instances | []aws.ec2.instance | EC2 instances associated with the group |
launchConfigurationNamerequired | string | Launch configuration name |
loadBalancerNamesrequired | []string | List of load balancer names associated with the group |
maxInstanceLifetimerequired | int | Maximum amount of time, in seconds, that an instance can be in service |
maxSizerequired | int | Maximum number of instances to scale up to |
minSizerequired | int | Minimum number of instances to scale down to |
namerequired | string | Name of the group |
regionrequired | string | Region of the Auto Scaling group |
tagsrequired | map[string]string | Tags for the asg |