# File lib/aws/rds/db_instance.rb, line 144
      def vpc
        if vpc_id
          EC2::VPC.new(vpc_id, :config => config)
        end
      end