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