aws-auto-scaling-groups
Describes one or more AWS Auto Scaling groups.
aws-auto-scaling-groups [profile=PROFILE] [region=REGION]
- profile=PROFILE
- The identifier of AWS connect profile
- region=REGION
- AWS region
AWS IAM Policy
To use this command, you must allow the below permissions in your AWS IAM policy:
- autoscaling:DescribeAutoScalingGroups
Output Fields
Field | Type | Name | Description |
---|---|---|---|
aws_profile | String | Connect profile | The identifier of AWS connect profile |
region | String | Region | e.g. ap-northeast-2 |
az | List | Availability Zones | e.g. [ap-northeast-2a] |
name | String | Name | |
created_at | Date | Created at | |
load_balancer_names | List | Load balancer names | |
min_size | Integer | Min size | |
max_size | Integer | Max size | |
status | String | Status | |
default_cooldown | Integer | Default cooldown | e.g. 300 |
desired_capacity | Integer | Desired capacity | |
health_check_type | String | Health check type | e.g. EC2 |
health_check_grace_period | Integer | Health check grace period | e.g. 300 |
launch_config_name | String | Launch config name | |
arn | String | ARN | |
vpc_zone_id | String | VPC zone ID | |
launch_template_id | String | Launch template ID | |
launch_template_name | String | Launch template name | |
launch_template_version | String | Launch template version | e.g. $Default |
instances | List | Instances | Elements with az, instance_id, health_status, lifecycle_status, launch_template_id, launch_template_name, launch_template_version, launch_config_name, and protected_from_scale_in properties |
metrics | List | Metrics | Elements with metric and granularity properties |
placement_group | String | Placement group | |
suspended_processes | List | Suspended processes | |
target_group_arns | List | Target group ARNs | |
termination_policies | List | Termination policies | e.g. [Default] |
service_linked_role_arn | String | Service linked role ARN | |
new_instances_protected_from_scale_in | Bool | New instance protected from scale in | |
tags | List | Tags | Elements with key and value properties |