Take Packer generated manifest.json and copy the AMI tags to other accounts
$ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
$ git clone https://github.com/jkordish/copy-ami-tags.rs.git
$ cd copy-ami-tags.rs
$ cargo build --release
Binary will be target/release/copy-ami-tags
$ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
$ cargo install --git https://github.com/jkordish/copy-ami-tags.rs.git
$ copy-ami-tags <role_name> <source_account> <shared_account,shared_account,shared_account>