It is quite feasible that we simply haven't yet implemented this, looking at the linked docs there I suspect that is in fact the case. We could definitely add it, would you be interested in helping out with that? Thanks! wes
On Tue, Nov 11, 2014 at 12:07 AM, Hardik Joshi <[email protected]> wrote: > 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. > -- 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.
