cloudtools/stacker

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

Open

#555 aberto em 13 de mar. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (166 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (706 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador