delete-ec2-address

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

Releases a static IP address to EC2.

cloudmin delete-ec2-address --account number
                            --address ip