I have a requirement where i need to filter out the free elastic ip addresses from AWS account that is, list only those which are not bound to any instance.
There are several filters i have seen here : http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-DescribeAddresses.html
but not able to figure out how only free elastic ips can be retrieved.
would be very helpful if anyone can give pointers on this.
Thanks a lot ~Yash