cloudtools/stacker

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

Open

#555 geöffnet am 13. März 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (166 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (706 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide