packer-plugin-amazon icon indicating copy to clipboard operation
packer-plugin-amazon copied to clipboard

AMI Tag Sharing

Open ghost opened this issue 4 years ago • 1 comments

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?

ghost avatar Jun 30 '21 18:06 ghost

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.

mpalmer avatar Oct 06 '21 09:10 mpalmer