# File lib/aws/ec2/instance.rb, line 366
      def vpc
        if vpc_id
          VPC.new(vpc_id, :config => config)
        end
      end