# File lib/aws/ec2/security_group/ip_permission.rb, line 89
        def authorize
          update_sg(egress? ? :authorize_egress : :authorize_ingress)
        end