aws / ec2-image-builder-roadmap

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

Add Support for Retrying Distribution Flow #80

Open rguha-sbp opened 1 year ago

rguha-sbp commented 1 year ago

Community Note

Tell us about your request What do you want us to build? Add Support for Retrying Distribution Flow - If a Job fails while distributing image, the pipeline should be able to re-run distribution only, the process should not involve an entire new image creation just because someone changed distribution settings.

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? At the moment it takes at least an hour to create a custom image that I am trying to build, however due to encryption and IAM related issues, the sharing part is still being developed. However while testing only the sharing part, I have to now build multiple images to make sure the pipeline runs smoothly. I should be able to replay just the sharing part without again running the full pipeline.

Are you currently working around this issue? How are you currently solving this problem? By manually updating each failed shared image with target account ids.