Amazon EC2
The commands in this section are specific to EC2 virtual system creation, and management of associated resources such as IP addresses.
- list-ec2-images.pl - Lists all EC2 images available for all accounts
- list-ec2-accounts.pl - Lists all registered EC2 accounts
- create-ec2-image.pl - Packages an EC2 system up as an AMI
- list-ec2-availability-zones.pl - Lists all EC2 availability zones for all accounts
- list-ec2-addresses.pl - Lists all EC2 static addresses for all accounts
- create-ec2-address.pl - Requests a new EC2 static IP address
- associate-ec2-address.pl - Associate an EC2 address with a system
- delete-ec2-address.pl - Return a static EC2 address to amazon
- list-ec2-volumes.pl - Lists all EC2 EBS volumes for all accounts
- create-ec2-volume.pl - Creates a new EC2 EBS volume.
- associate-ec2-volume.pl - Associate an EC2 EBS volume with a system, or remove an association
- delete-ec2-volume.pl - Deletes an EC2 EBS volume.
- create-ec2-snapshot.pl - Creates a new EC2 EBS snapshot, based on a volume.
- list-ec2-snapshots.pl - Lists all EC2 EBS volume snapshots for all accounts
- delete-ec2-snapshot.pl - Deletes an EC2 EBS volume snapshot.