AWS Auto Scaling Group (ASG) Terraform module
Upstream version 9.2.1
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/autoscaling/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| autoscaling_group_arn | — | The ARN for this AutoScaling Group | — |
| autoscaling_group_availability_zones | — | The availability zones of the autoscale group | — |
| autoscaling_group_default_cooldown | — | Time between a scaling activity and the succeeding scaling activity | — |
| autoscaling_group_desired_capacity | — | The number of Amazon EC2 instances that should be running in the group | — |
| autoscaling_group_enabled_metrics | — | List of metrics enabled for collection | — |
| autoscaling_group_health_check_grace_period | — | Time after instance comes into service before checking health | — |
| autoscaling_group_health_check_type | — | EC2 or ELB. Controls how health checking is done | — |
| autoscaling_group_id | — | The autoscaling group id | — |
| autoscaling_group_load_balancers | — | The load balancer names associated with the autoscaling group | — |
| autoscaling_group_max_size | — | The maximum size of the autoscale group | — |
| autoscaling_group_min_size | — | The minimum size of the autoscale group | — |
| autoscaling_group_name | — | The autoscaling group name | — |
| autoscaling_group_target_group_arns | — | List of Target Group ARNs that apply to this AutoScaling Group | — |
| autoscaling_group_vpc_zone_identifier | — | The VPC zone identifier | — |
| autoscaling_policy_arns | — | ARNs of autoscaling policies | — |
| autoscaling_schedule_arns | — | ARNs of autoscaling group schedules | — |
| iam_instance_profile_arn | — | ARN assigned by AWS to the instance profile | — |
| iam_instance_profile_id | — | Instance profile's ID | — |
| iam_instance_profile_unique | — | Stable and unique string identifying the IAM instance profile | — |
| iam_role_arn | — | The Amazon Resource Name (ARN) specifying the IAM role | — |
| iam_role_name | — | The name of the IAM role | — |
| iam_role_unique_id | — | Stable and unique string identifying the IAM role | — |
| launch_template_arn | — | The ARN of the launch template | — |
| launch_template_default_version | — | The default version of the launch template | — |
| launch_template_id | — | The ID of the launch template | — |
| launch_template_latest_version | — | The latest version of the launch template | — |
| launch_template_name | — | The name of the launch template | — |