Discussion:
How to add Security Group Egress rule in AWS?
Hardik Joshi
2014-11-11 06:07:21 UTC
Permalink
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 ruby-fog+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
geemus (Wesley Beary)
2014-11-11 20:06:53 UTC
Permalink
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
Post by Hardik Joshi
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
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 ruby-fog+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hardik Joshi
2014-11-21 04:44:28 UTC
Permalink
Sure would love to add. Will be submitting once I get it done using my
available free times.
Post by geemus (Wesley Beary)
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
Post by Hardik Joshi
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
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
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 ruby-fog+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
geemus (Wesley Beary)
2014-11-21 21:09:46 UTC
Permalink
Great, thanks!
Post by Hardik Joshi
Sure would love to add. Will be submitting once I get it done using my
available free times.
Post by geemus (Wesley Beary)
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
Post by Hardik Joshi
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
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
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
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 ruby-fog+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...