bootc-image-builder icon indicating copy to clipboard operation
bootc-image-builder copied to clipboard

Support sharing AMIs across multiple AWS accounts

Open p5 opened this issue 1 year ago • 2 comments

Value Statement

As a Cloud Engineer I want to publish a single AMI and use it across the organization So reduce the amount of duplication or manual work

Notes

Right now, if I wanted to deploy an AMI across many accounts, I would either need to rerun the BIB pipeline across each account, or go into the AWS Console and manually update the permissions on that AMI to make it accessible.

If we could provide BIB with a list of accounts that BIB uses to attach a policy to the AMI, this would simplify using Bootc and BIB in a multi account environment.

This could also be extended to support creating public AMIs (although the use-case for this is significantly less).

p5 avatar Sep 01 '24 17:09 p5