aws / ec2-image-builder-roadmap

Public Roadmap for EC2 Image Builder.
Other
34 stars 7 forks source link

Increase Component Limit #74

Open jgard opened 2 years ago

jgard commented 2 years ago

Community Note

Tell us about your request I would like to use more than 20 components, which is the limit as documented.

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? We're trying to keep our image build environment modular, with small reusable components for several different recipes. Having a hard limit of 20 forces us to combine components that we'd rather not, and/or keep multiple versions of similar monolithic components. Combined with this, the limit on component document length almost forces us to download and run external scripts instead of keeping all code in the Component Document, which is better for auditability.

Are you currently working around this issue? Combining components to stay under 20.

Additional context

Attachments