Skip to content

figurate/terraform-aws-compute

Repository files navigation

AWS AutoScaling Group

CI

AWS AutoScaling Group

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
asg_desired Desired number of instances in the ASG number 0 no
asg_max Maximum number of instances required in the ASG number 0 no
asg_min Minimum number of instances required in the ASG number 0 no
launch_template_name Name of a launch template used to provision instances any n/a yes
name_prefix Name associated with the autoscaling group any n/a yes
schedule_down A cron expression describing when the ASG should be scaled down to zero instances (i.e. when not required) any null no
schedule_up A cron expression describing when the ASG should be scaled up based on the specified min, max, desired values any null no
subnets Subnets to deploy into any null no
vpc Name of the VPC to deploy to any null no

Outputs

No output.