We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@2opremio notes there is a way to do that through a packer parameter hashicorp/packer#1762 (comment)
Sorry, something went wrong.
No branches or pull requests
When I last built them, all the AMIs ended up "private".
The command-line way to make one public is:
but I don't see a way to do all eleven of them at once.
Related: #142, weaveworks/scope#3339
The text was updated successfully, but these errors were encountered: