-
Notifications
You must be signed in to change notification settings - Fork 31
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
packer: share AMIs with the entire aws scylla organization #518
Conversation
In order to allow all accounts to use the AMI before it is promoted + avoid the need to maintain a list of accounts require AMI access
AFAIK the cloud needs those images on the enterprise branch for testing, I don't see a reason to backport this. |
Yes, and they probably need it for future releases only but since it's a minor trivial change we'll backport it |
We should backport if it's needed or if it's improved something (even if it's a minor and there is no risk). Let's verify before if it's needed for releases. Thanks |
Yes it's an improvement and I'm not sure what verification you're looking for here, |
My point exactly to will help nothing :-) |
With this change, AMIs wil be shared with the entire aws scylla org (instead of specific accounts) to allow all accounts to use the AMI before it is promoted + avoid the need to maintain a list of accounts that require AMI access,
This is about the AMI, on another change on pkg we need to adjust the
change_snapshot_permissions()
function to loop through all the org accountRef https://github.com/scylladb/scylla-pkg/issues/3529