Revoke Security Group Egress

GET {{aws_ec2_base_url}}/?CidrIp&DryRun&FromPort&GroupId&IpPermissions.N&IpProtocol&SourceSecurityGroupName&SourceSecurityGroupOwnerId&ToPort&Action=RevokeSecurityGroupEgress

[VPC only] Removes the specified egress rules from a security group for EC2-VPC.

Request Params

KeyDatatypeRequiredDescription
CidrIpnullNot supported. Use a set of IP permissions to specify the CIDR.
DryRunnullChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
FromPortnullNot supported. Use a set of IP permissions to specify the port.
GroupIdnullThe ID of the security group.
IpPermissions.NnullThe sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
IpProtocolnullNot supported. Use a set of IP permissions to specify the protocol name or number.
SourceSecurityGroupNamenullNot supported. Use a set of IP permissions to specify a destination security group.
SourceSecurityGroupOwnerIdnullNot supported. Use a set of IP permissions to specify a destination security group.
ToPortnullNot supported. Use a set of IP permissions to specify the port.
Actionstring