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

Make AWS AMI's accessible by the public #238

Closed
wants to merge 2 commits into from

Conversation

cevich
Copy link
Member

@cevich cevich commented Dec 7, 2022

Fixes: #191

On at least two occasions I can remember, users outside the containers-team have requested access to our CI VM images. Unfortunately doing this for the GCE images has some security-interest conflicts with our build automation. However, making the AWS AMI's public is rather easy to do. In fact it's the default unless they are specifically locked down. Simply remove the private restrictions and allow access to "all" AWS groups.

Signed-off-by: Chris Evich cevich@redhat.com

@cevich cevich force-pushed the public_images branch 2 times, most recently from 4f80d2e to 95b31b7 Compare December 9, 2022 16:02
Commit
containers/podman@c782795
altered the way tooling is installed for podman making it incompatible
with a c/automation_images pre-install.  Several attempts were made to
update podman's scripts and Makefile to de-hardcode this.  All failed
and/or were too complex.  Instead, abandon the effort entirely, allowing
podman to suffer any consequential runtime-install flakes or other bad
behaviors.

Signed-off-by: Chris Evich <cevich@redhat.com>
Fixes: containers#191

On at least two occasions I can remember, users outside the
containers-team have requested access to our CI VM images.
Unfortunately doing this for the GCE images has some security-interest
conflicts with our build automation.  However, making the AWS AMI's
public is rather easy to do.  In fact it's the default unless they are
specifically locked down.  Simply remove the private restrictions and
allow access to `"all"` AWS groups.

Signed-off-by: Chris Evich <cevich@redhat.com>
@cevich
Copy link
Member Author

cevich commented Dec 9, 2022

Apparently there's a limit of --> 5 <-- public AWS EC2 images 🫣

@cevich cevich closed this Dec 9, 2022
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

Successfully merging this pull request may close these issues.

RFE: Make GCE and AWS EC2 images public
1 participant