EC2 REST API Perl client on CPAN
Hello all,
I've written a Perl client for the EC2 REST API (version 2006-10-01). It is available on CPAN and can be installed via (from unix command line):
perl -MCPAN -e shell
then: install Net::Amazon::EC2
You can find documentation on how to use this module by doing (after its installed):
perldoc Net::Amazon::EC2
All dependencies should install automatically from CPAN, however you will need to have some sort of XML-parsing C lib installed on your box (shouldn't be a problem in most cases)
-- Jeff
I've written a Perl client for the EC2 REST API (version 2006-10-01). It is available on CPAN and can be installed via (from unix command line):
perl -MCPAN -e shell
then: install Net::Amazon::EC2
You can find documentation on how to use this module by doing (after its installed):
perldoc Net::Amazon::EC2
All dependencies should install automatically from CPAN, however you will need to have some sort of XML-parsing C lib installed on your box (shouldn't be a problem in most cases)
-- Jeff












How to make your own Web mashup « Phpdreamsite’s Weblog said,
Wrote on February 2, 2008 @ 12:00 pm
[…] EC2 API Perl client A Perl client for the EC2 REST API. Available on CPAN. […]