# File lib/fog/aws/models/auto_scaling/group.rb, line 85 def instances_out_service attributes[:instances].select {|hash| hash['LifecycleState'] == 'OutOfService'}.map {|hash| hash['InstanceId']} end