Skip Menu |

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

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

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

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



Subject: Bug while doing describe_security_groups
Here is the scenario when an error occurred. First, create a new group using create_security_group with GroupName => "mygroup", GroupDescription => "test". Then, when I try to list all group names using describe_security_groups. It causes a problem. When I used previous version of Net-Amazon-EC2, there was no problem. So currently I am using 0.06 version with "user_old_api=1" for the command, describe_security_groups.
This bug has been fixed