Skip Menu |

This queue is for tickets about the Net-Amazon-EC2 CPAN distribution.

Report information
The Basics
Id: 80427
Status: resolved
Priority: 0/
Queue: Net-Amazon-EC2

People
Owner: Nobody in particular
Requestors: peter.shipley [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Net-Amazon-EC2-0.21 protocol error
Date: Fri, 26 Oct 2012 13:32:25 -0700
To: bug-Net-Amazon-EC2 [...] rt.cpan.org
From: Peter Shipley <peter.shipley [...] gmail.com>
sub authorize_security_group_ingress there is a bug where it requires the CidrIP when calling adding a rule to a security group based that references another source security group. The code enforces that a CidrIP used when specifying a the IpProtocol when and GroupName where this is an error if a GroupName is specified with CidrIP which makes sense since the inclusion of a Group tale the place of the Cidr when describing the source IP addrs according to http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-AuthorizeSecurityGroupIngress.html : GroupName : Cannot be used when specifying a CIDR IP address Amazon Elastic Compute Cloud API
On Fri Oct 26 16:32:35 2012, peter.shipley@gmail.com wrote: Show quoted text
> sub authorize_security_group_ingress > > there is a bug where it requires the CidrIP when > calling adding a rule to a security group based that references > another source security group. > > The code enforces that a CidrIP used when specifying a the IpProtocol > when and GroupName > > where this is an error if a GroupName is specified with CidrIP > > which makes sense since the inclusion of a Group tale the place of the > Cidr when describing the source IP addrs
Thanks for the report. This will be fixed in a future release.
On Sat Oct 27 15:22:49 2012, mallen wrote: Show quoted text
> Thanks for the report. This will be fixed in a future release.
I just committed f77633 in github. Would you let me know if it resolves your issue, please? Thanks.