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