migrate-ebs-image
module providing controls on Amazon EC2 and Eucalyptus
Install
- All systems
-
curl cmd.cat/migrate-ebs-image.sh
- Debian
-
apt-get install libvm-ec2-perl - Ubuntu
-
apt-get install libvm-ec2-perl - Kali Linux
-
apt-get install libvm-ec2-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libvm-ec2-perl - Raspbian
-
apt-get install libvm-ec2-perl
libvm-ec2-perl
module providing controls on Amazon EC2 and Eucalyptus
This is an interface to the 2014-05-01 version of the Amazon AWS API (http://aws.amazon.com/ec2). It was written provide access to the new tag and metadata interface that is not currently supported by Net::Amazon::EC2, as well as to provide developers with an extension mechanism for the API. This library will also support the Eucalyptus open source cloud (http://open.eucalyptus.com). The main interface is the VM::EC2 object, which provides methods for interrogating the Amazon EC2, launching instances, and managing instance lifecycle.