Having a problem using boto to list any Elastic IPs. So far, have been pretty successful in getting back a list of instances, and performing certain operations with them. However, not really sure how to get a list/dictionary back of all eips allocated...
I see the following object: cl = botoEC2.get_all_addresses, which does not seem to return much interesting.
Any help would be greatly appreciated
Thanks!