cloudtools/stacker

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

Open

#555 创建于 2018年3月13日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (706 star) (166 fork)batch import
enhancementgood first issuehelp wanted

描述

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.

贡献者指南

AMI lookup should allow non-regex name filter to avoid slowness · cloudtools/stacker#555 | Good First Issue