# File lib/aws/ec2/tagged_collection.rb, line 35
      def with_tag(tag_key, *values)
        filter("tag:#{tag_key}", *values)
      end