Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: reg [...] elconas.de
Cc:
AdminCc:

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



Subject: Added tagSet Support in DescribeInstances
Date: Fri, 01 Apr 2011 18:23:42 +0200
To: <bug-Net-Amazon-EC2 [...] rt.cpan.org>
From: Robert Heinzmann <reg [...] elconas.de>
Hello, I often need Tags when doing stuff in EC2 (Who is thois server for ? What is the use case ? etc.). Current Version of Net::Amazon::EC2 does not provide tagSet Support. (See http://docs.amazonwebservices.com/AWSEC2/2011-01-01/APIReference/index.html?ApiReference-query-DescribeTags.html) Attached a Patch that adds TagSet Support (you must run Net::Amazon::EC2 with "version => '2011-01-01'" to make Amazon return TagSets). --- my @opts=(); push @opts, version => '2011-01-01'; my $ec2 = Net::Amazon::EC2->new( @opts, ) or die "ERROR: Opening EC2\n"; --- Regards, Robert P.s. Note: this patch already contains this Fix: https://rt.cpan.org/Public/Bug/Display.html?id=67145 -- -- Robert

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #67151] AutoReply: Added tagSet Support in DescribeInstances
Date: Fri, 01 Apr 2011 18:45:04 +0200
To: <bug-Net-Amazon-EC2 [...] rt.cpan.org>
From: Robert Heinzmann <reg [...] elconas.de>
Ups, actually the patch was missing the TagSet.pm File .. Attached a clean patch that applies on the debian squeeze version of net Amazon EC2. Regards, Robert Show quoted text
> > ------------------------------------------------------------------------- > Hello, > > I often need Tags when doing stuff in EC2 (Who is thois server for ? > What is the use case ? etc.). Current Version of Net::Amazon::EC2 > does > not provide tagSet Support. > > (See > > > http://docs.amazonwebservices.com/AWSEC2/2011-01-01/APIReference/index.html?ApiReference-query-DescribeTags.html) > > Attached a Patch that adds TagSet Support (you must run > Net::Amazon::EC2 with "version => '2011-01-01'" to make Amazon > return > TagSets). > > --- > my @opts=(); > push @opts, version => '2011-01-01'; > my $ec2 = Net::Amazon::EC2->new( > @opts, > ) or die "ERROR: Opening EC2\n"; > --- > > Regards, > Robert > > P.s. Note: this patch already contains this Fix: > https://rt.cpan.org/Public/Bug/Display.html?id=67145
-- -- Robert

Message body is not shown because sender requested not to inline it.

On Fri Apr 01 12:45:16 2011, reg@elconas.de wrote: Show quoted text
> Ups, actually the patch was missing the TagSet.pm File .. > > Attached a clean patch that applies on the debian squeeze version of > net Amazon EC2.
Thanks for the patch. TagSet support is in 0.15 coming in a day or two on CPAN.