# File lib/fog/aws/models/elb/load_balancer.rb, line 88
        def instances_in_service
          instance_health.select{|hash| hash['State'] == 'InService'}.map{|hash| hash['InstanceId']}
        end