list-ec2-addresses

Lists all EC2 static addresses for all accounts

This command outputs a table of EC2 static IP addresses available for assignment to your systems, or already assigned. By default it includes those from all accounts, but you can limit the display to just one with the optional --account flag (followed by an account number).

To switch to a more parsable and detailed output format, add the --multiline flag to the command line. To just get a list of IP addresses, use the --name-only flag.

Example usage

  cloudmin list-ec2-addresses
  IP address           Host                                          Account    
  -------------------- --------------------------------------------- ----------
  75.101.157.170                                                     12345678

Command Line Help

Lists all EC2 static IP addressses.

cloudmin list-ec2-addresses [--multiline | --name-only]
                            [--account number]