Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.179 Times

Net::Amazon::EC2 0.04

  Date Added: February 12, 2010  |  Visits: 1.207

Net::Amazon::EC2

Report Broken Link
Printer Friendly Version


Product Homepage
Download (98 downloads)



Net::Amazon::EC2 is a Perl interface to the Amazon Elastic Compute Cloud (EC2) environment. SYNOPSIS use Net::Amazon::EC2; my $ec2 = Net::Amazon::EC2->new( AWSAccessKeyId => PUBLIC_KEY_HERE, SecretAccessKey => SECRET_KEY_HERE ); # Start 1 new instance from AMI: ami-XXXXXXXX my $instance = $ec2->run_instances(ImageId => ami-XXXXXXXX, MinCount => 1, MaxCount => 1); my $running_instances = $ec2->describe_instances(); foreach my $inst (@{$running_instances}) { print "$inst->{instance}[0]{instanceId}n"; } # Terminate instance my $result = $ec2->terminate_instances(InstanceId => $instance->{instance}[0]{instanceId}); If an error occurs in communicating with EC2, the return value will be undef and $ec2->{error} will be populated with the message..

Requirements: No special requirements
Platforms: Linux
Keyword: Amazon Amazon Elastic Compute Cloud Elastic Elastic Compute Cloud Instance Instances Interface Libraries Perl Programming
Users rating: 0/10

License: Freeware Size: 22.53 KB
USER REVIEWS
More Reviews or Write Review


NET::AMAZON::EC2 RELATED
Development Tools  -  RDFgrid 0.1.0
A framework for batch-processing RDF data with Hadoop and Amazon Elastic MapReduce.
10 KB  
Backup Utilities  -  CloudBacko Home for Mac OS X 1.11.2.0
CloudBackup Home for Mac is an easy to use cloud and local backup software designed for backing up files. It supports backing up data to Amazon S3, Google Cloud Storage, Google Drive, Microsoft Azure, Microsoft OneDrive, Rackspace, OpenStack,...
70.48 MB  
Backup Utilities  -  CloudBacko Home for Windows 1.11.0.0
CloudBackup Home is an easy to use cloud and local backup software designed for backing up files. It supports backing up data to Amazon S3, Google Cloud Storage, Google Drive, Microsoft Azure, Microsoft OneDrive, Rackspace, OpenStack, Dropbox,...
88.22 MB  
Information Lookup  -  Mac Amazon Browser 1.6
Different way of shopping on Amazon.com Browse and search Amazon.com online stores using intuitive and straightforward interface of this desktop application. You can easily find your favorite books, electronics or other items.
962.56 KB  
Network & Internet  -  BitNami Cloud Tools Stack 1.3-1
The BitNami Cloud Tools installer packages the Amazon Web Services command line tools together with preconfigured Java, Ruby and Perl language runtimes. It is a self-contained, easy to use distribution with one goal in mind: to make it simple to...
124.45 MB  
E-Mail Servers  -  SafeSquid SWG Windows 5 2015.209.2303.2
SafeSquid SWG Edition 5 is a 5 user Content Filtering secure web gateway. All your standard HTTP / web applications like Internet Browsers, Messaging Clients etc. can be served by SafeSquid based Secure Web Gateway. You can configure proxy-aware...
5.78 MB  
E-Mail Servers  -  SafeSquid SWG Windows 15 2015.209.2303.2
SafeSquid SWG Edition 15 is a 15 user Content Filtering secure web gateway. All your standard HTTP / web applications like Internet Browsers, Messaging Clients etc. can be served by SafeSquid based Secure Web Gateway. You can configure proxy-aware...
5.76 MB  
Network & Internet  -  Elastic Webeditor 2.0.3
Elastic Webeditor is Perl script that alows users to edit their home pages online. Administration is also implemented. It supports plugins like tar viewer, CheckLinks log processor and others. This programs main feature is that you need only one...
35.84 KB  
Multimedia & Graphics  -  Planar Elastic String New
Planar Elastic String is a small, Java based application specially designed to enable users to explore the evolution of an elastic string moving in the plane. Mathematically, it provides some insight into the dynamics of the wave equation. for...
 
Games  -  Elastic Soccer 1.0
Elastic Soccer is an awesome soccer game with new concept and nice graphics. Your aim is to score more goals than your opponent to win the match. To beat the game, you must avail all of your turns and try to score maximum goals. Remember! If you...
2.27 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB