elastic-ci-stack-for-aws icon indicating copy to clipboard operation
elastic-ci-stack-for-aws copied to clipboard

Feature request: make it easier to choose which AMIs to build

Open woodhull opened this issue 2 years ago • 1 comments

We need to maintain a fork of the stack to support encrypted disks for our agent machines and a few other tweaks to the default stack environment.

We only need the linux-x86 AMIs for our stack, but there is no way to easily skip the other architechtures while building the stack. An env variable passed to make build would help us skip this work.

This is not really a problem except that building the images takes a very long time to run, especially the windows ones. It makes rebuilding the stack after making tweaks very tedious.

woodhull avatar Oct 21 '21 21:10 woodhull

I agree this would be a good feature to add to the Makefile @woodhull, it’s not something I’ll have time to look into in the short term but would absolutely welcome a pull request that makes this change in a backwards compatible way 😄

keithduncan avatar Oct 24 '21 23:10 keithduncan