aws.autoscaling.group
Supported platform
- aws
Description
AWS Auto Scaling group
The aws.autoscaling.group resource provides fields representing an individual AWS auto scaling group within the account. For usage, read the aws.autoscaling resource documentation.
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| arn | string | ARN for the autoscaling group |
| name | string | Name of the group |
| loadBalancerNames | []string | List of load balancer names associated with the group |
| healthCheckType | string | Health check type used by the group: ELB or EC2 |
| tags | map[string]string | Tags for the asg |
| region | string | Region of the Auto Scaling group |
| minSize | int | Minimum number of instances to scale down to |
| maxSize | int | Maximum number of instances to scale up to |
| defaultCooldown | int | Time to wait after scaling up or down before starting the next scaling event |
| launchConfigurationName | string | Launch configuration name |
| healthCheckGracePeriod | int | Grace period in seconds before an instance with a failing health check is replaced |
| createdAt | time | Time when the autoscaling group was created |
| maxInstanceLifetime | int | Maximum amount of time, in seconds, that an instance can be in service |
| desiredCapacity | int | Desired size of the group |
| availabilityZones | []string | List of availability zones associated with the group |
| capacityRebalance | bool | Whether Capacity Rebalancing is enabled |
| defaultInstanceWarmup | int | Duration of the default instance warmup, in seconds |
| instances | []aws.ec2.instance | EC2 instances associated with the group |