Posted 2012-03-29 01:48 by Joe
delete-ec2-address.pl
Return a static EC2 address to amazon
This command returns an address assigned by create-ec2-address.pl to Amazon,
after which you can no longer use it.
The required flags are --account followed by an EC2 account number,
and --address followed by the IP address to return.
Example usage
cloudmin delete-ec2-address --account 12345678 --address 1.2.3.4 Releasing EC2 static IP address for account 12345678 .. .. done
Command Line Help
cloudmin delete-ec2-address --account number
--address ip
