How to List all AMIs for each region in AWS
- Published
- Author
- Dr. Phil WinderCEO
A current project required a list of Amazon Machine Images (AMIs) for all regions for use in terraform. I couldn’t find a script to do this for me, so here you will find one that uses the aws cli, jq and a bit of Bash.
Read more