Building off my last post GNU Parallel and AWS CLI, today I
used parallel with more AWS to get a count of all AMIs being used in my infrastructure using any in-house AMI
(non-Amazon, non-Marketplace).
The Problem
I need to know how many of my instances are running Chef clients. Conveniently we only run Chef client on instances that use images we have created in-house. So I can limit my search. While I could have done this with a well thought out one-liner I thought it would be more usable as a bash script.
[Read More]