I'll try and make this simple as possible.
Setting up a complex environment with multiple ELB's with AutoScaling linked to each other, external>internal>internal.
Simple singular ELB's with min 2 instances, 1 az each.
For something additional I need to do, I'd like to be able to query the HealthyHostCount of the first ELB and be able to get a number of currently running instances.
Had a quick look through the aws cli and I'm not sure I can't seem to workout how to do this, short of a convoluted query eg. --describe-instance-health and getting the array length.
Am I missing soething, is there a way to simply grab the current metric for an ELB's HealthyHostCount?