awsc.resource_asg._asg_determine_instance_count
- awsc.resource_asg._asg_determine_instance_count(asg)
Column callback for determining the number of healthy and total instances in an autoscaling group.
- Parameters:
- asgdict
Partial raw JSON response from the AWS API, one autoscaling group object.
- Returns:
- str
The number of healthy and total instances in the group in the format of healthy/total.