Posted 2012-03-29 01:46 by Joe
delete-ec2-snapshot.pl
Deletes an EC2 EBS volume snapshot.
This command completely deletes a block volume snapshot previously created with the create-ec2-snapshoit.pl command.
Any data on it will be lost forever!
The required flags are --account followed by an EC2 account number,
and --snapshot followed by a snapshot ID.
Example usage
cloudmin delete-ec2-volume --account 12345678 --volume vol-0334d16a Deleting EC2 volume for account 12345678 .. .. done
Command Line Help
cloudmin delete-ec2-snapshot --account number
--snapshot id
