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

Create a "Public" Amazon AMI? #1762

Closed
d11wtq opened this issue Dec 15, 2014 · 2 comments
Closed

Create a "Public" Amazon AMI? #1762

d11wtq opened this issue Dec 15, 2014 · 2 comments

Comments

@d11wtq
Copy link

d11wtq commented Dec 15, 2014

I'm using Packer to produce AMIs that need to be public, and currently have to manually change the permissions of the AMI to "Public" after Packer has run. Is there any way to have the AMI be Public automatically, either with a Builder option, or with a post-processor?

@riywo
Copy link

riywo commented Dec 25, 2014

You can set ami_groups as all, then the ami will be public.

See https://www.packer.io/docs/builders/amazon-ebs.html#ami_groups

@sethvargo
Copy link
Contributor

Hi there,

Thank you for using Packer. Please ask these types of usage questions on the mailing list. We like to keep the GitHub issue tracker for feature requests and bugs 😄.

As @riywo said, you need to set the ami_groups option.

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

No branches or pull requests

3 participants