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