Skip to main content

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

IDTYPEDESCRIPTION
arnstringARN for the autoscaling group
namestringName of the group
loadBalancerNames[]stringList of load balancer names associated with the group
healthCheckTypestringHealth check type used by the group: ELB or EC2
tagsmap[string]stringTags for the asg
regionstringRegion of the Auto Scaling group
minSizeintMinimum number of instances to scale down to
maxSizeintMaximum number of instances to scale up to
defaultCooldownintTime to wait after scaling up or down before starting the next scaling event
launchConfigurationNamestringLaunch configuration name
healthCheckGracePeriodintGrace period in seconds before an instance with a failing health check is replaced
createdAttimeTime when the autoscaling group was created
maxInstanceLifetimeintMaximum amount of time, in seconds, that an instance can be in service
desiredCapacityintDesired size of the group
availabilityZones[]stringList of availability zones associated with the group
capacityRebalanceboolWhether Capacity Rebalancing is enabled
defaultInstanceWarmupintDuration of the default instance warmup, in seconds
instances[]aws.ec2.instanceEC2 instances associated with the group