hashicorp / packer-plugin-amazon

Packer plugin for Amazon AMI Builder
https://www.packer.io/docs/builders/amazon
Mozilla Public License 2.0
73 stars 110 forks source link

AMI Tag Sharing #100

Open ghost opened 3 years ago

ghost commented 3 years ago

This issue was originally opened by @bantl23 as hashicorp/packer#11120. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.


Since ami tag sharing is not implemented in packer, what is a good way to share tags using packer? I've searched and only came up with a plugin. Is there no built in way even if the solution is running packer again?

mpalmer commented 3 years ago

It would be rather wonderful if Packer could do this natively, but until then I've just submitted a PR against the ami-copy Packer plugin which implements this "copy the tags over to an AMI shared with another account" functionality.