cloudtools/stacker

AMI lookup should allow non-regex name filter to avoid slowness

Open

#555 aperta il 13 mar 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (166 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (706 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Looking up all Amazon-owned AMIs takes dozens of seconds for me. Even though I know the exact name of the AMI I want, the ami lookup still loads all of them and filters by regex. It should be possible to easily specify a non-regex filter that will passed-through to the API call directly.

Guida contributor