aws/amazon-ecs-ami

Expose variables to set AMI share permisions

Opened this issue · 0 comments

Summary

Expose variables to set AMI share permisions

Description

I need to automate sharing within our AWS Organization a custom AMI built with this repo. Right now I run AWS CLI commands after the Packer build to set permissions on the newly created AMI. The Packer AMI Builder plugin has some configuration options to do this in the Packer build itself. It would be nice if these were exposed as variables I could set in the overrides.auto.pkrvars.hcl

https://www.packer.io/plugins/builders/amazon/ebs#ami_users
https://www.packer.io/plugins/builders/amazon/ebs#ami_org_arns
https://www.packer.io/plugins/builders/amazon/ebs#ami_ou_arns

Expected Behavior

Observed Behavior

Environment Details

Supporting Log Snippets