# File lib/ec2/ec2.rb, line 660 def get_console_output(instance_id) link = generate_request("GetConsoleOutput", {'InstanceId.1' => instance_id}) request_info(link, QEc2GetConsoleOutputParser.new(:logger => @logger)) rescue Exception on_exception end