# File lib/ec2/ec2.rb, line 1322
    def create_snapshot(volume_id, options={})
      link = generate_request("CreateSnapshot", options.merge({"VolumeId" => volume_id.to_s}))
      request_info(link, QEc2CreateSnapshotParser.new(:logger => @logger))
    rescue Exception
      on_exception
    end