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 EC2 AMIs public #143

Open
bboreham opened this issue Sep 10, 2018 · 1 comment
Open

Make EC2 AMIs public #143

bboreham opened this issue Sep 10, 2018 · 1 comment

Comments

@bboreham
Copy link
Contributor

When I last built them, all the AMIs ended up "private".

The command-line way to make one public is:

aws ec2 modify-image-attribute --region=us-east-2 --image-id ami-6a0b350f --launch-permission "{\"Add\": [{\"Group\":\"all\"}]}"

but I don't see a way to do all eleven of them at once.

Related: #142, weaveworks/scope#3339

@bboreham
Copy link
Contributor Author

bboreham commented Sep 26, 2018

@2opremio notes there is a way to do that through a packer parameter hashicorp/packer#1762 (comment)

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

1 participant