Auto Scaling Groups¶
Provider: AWS
Service ID: autoscaling_groups
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'autoscaling_groups',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'min_size', 'desired_capacity', 'max_size', 'instances_count', 'health_check_type']
});
</script>
<div data-sd-service="autoscaling_groups" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'min_size', 'desired_capacity', 'max_size', 'instances_count', 'health_check_type', 'availability_zones', 'created']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Group Name | text |
Resource display name (from tags or identifier) |
status |
Status | status_badge |
From API field: Status. Default: Active |
min_size |
Min | text |
From API field: MinSize |
max_size |
Max | text |
From API field: MaxSize |
desired_capacity |
Desired | text |
From API field: DesiredCapacity |
instances_count |
Instances | array_length |
From API field: Instances |
health_check_type |
Health Check | text |
From API field: HealthCheckType. Default: EC2 |
health_check_grace |
Grace Period (s) | text |
From API field: HealthCheckGracePeriod. Default: 0 |
availability_zones |
AZs | tag_list |
From API field: AvailabilityZones |
launch_template |
Launch Template | text |
From API field: LaunchTemplate.LaunchTemplateName |
launch_config |
Launch Config | text |
From API field: LaunchConfigurationName |
vpc_subnets |
VPC Subnets | text |
From API field: VPCZoneIdentifier |
target_groups |
Target Groups | array_length |
From API field: TargetGroupARNs. Default: 0 |
created |
Created | datetime |
From API field: CreatedTime |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name