Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a list of AMIs for every popular linux distribution and version

I need to test a piece of software against every linux distribution/version. I'm going to use amazon AWS Is there a list of AMIs somewhere that I can just copy paste into my script to automate this tedious process?

like image 206
Nikita Shamgunov Avatar asked Nov 20 '12 20:11

Nikita Shamgunov


1 Answers

Amazon provides a list on their website. https://aws.amazon.com/amis

Actually I was sure that it was also possible to grab and filter the list via the API but unfortunately I can't find any documentation about this (imaginary?) feature

like image 128
Michel Feldheim Avatar answered Sep 21 '22 09:09

Michel Feldheim