# File lib/ec2/ec2.rb, line 625 def stop_instances(list=[]) link = generate_request("StopInstances", hash_params('InstanceId', list.to_a)) request_info(link, QEc2StopInstancesParser.new(:logger => @logger)) rescue Exception on_exception end