sync_to_snapshot
module providing controls on Amazon EC2 and Eucalyptus
Install
- All systems
-
curl cmd.cat/sync_to_snapshot.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 update
sudo apt-get install libvm-ec2-perl
- Raspbian
-
apt-get install libvm-ec2-perl
- Dockerfile
- dockerfile.run/sync_to_snapshot
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.