You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: