cloudtools/stacker

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

Open

#555 ouverte le 13 mars 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (166 forks)batch import
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (706 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur