Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sharing AMIs across multiple AWS accounts #627

Open
p5 opened this issue Sep 1, 2024 · 1 comment
Open

Support sharing AMIs across multiple AWS accounts #627

p5 opened this issue Sep 1, 2024 · 1 comment

Comments

@p5
Copy link

p5 commented Sep 1, 2024

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).

@tuananh
Copy link

tuananh commented Nov 25, 2024

I think pushing to s3 + create ami is a lot slower than copy AMI from 1 region to another

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants