How to add Security Group Egress rule 
<http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-AuthorizeSecurityGroupEgress.html>
 
in AWS using fog?

I've found how to add ingress rule by authorize_security_group_ingress 
<https://github.com/fog/fog/blob/master/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb>.
 
But I am not able to find how to add Egress rule using Fog AWS. I've also 
looked in to security_group file 
<https://github.com/fog/fog/blob/master/lib/fog/aws/models/compute/security_group.rb#L103>
 
but there is a method only for ingress rule.

Thank You 

-- 
You received this message because you are subscribed to the Google Groups 
"ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to