Let say I have 20 registered AMI. Is there a way to filter out only registered AMI using boto API command line?

E.g. 
get_all_volumes()
get_all_images()
get_all_instances()
get_all_snapshots(), etc

Thanks!

link|improve this question

73% accept rate
feedback

1 Answer

Filter the 'get_all_images()' by ownerID

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.