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.