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 see 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 | The region of the Auto Scaling group |
minSize | int | The minimum number of instances to scale down to |
maxSize | int | The maximum number of instances to scale up to |
defaultCooldown | int | The time to wait after scaling up / down before the next scaling event is started |
launchConfigurationName | string | The name of the launch configuration |
healthCheckGracePeriod | int | The grace period in seconds before an instance with a failing health check will be replaced |
createdAt | time | Time when the autoscaling group was created |