Skip to content

Take Packer generated manifest.json and copy the AMI tags to other accounts

License

Notifications You must be signed in to change notification settings

jkordish/copy-ami-tags.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copy-ami-tags.rs Build Status

Take Packer generated manifest.json and copy the AMI tags to other accounts

building from source

$ 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

simple install

$ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
$ cargo install --git https://github.com/jkordish/copy-ami-tags.rs.git

executing

$ copy-ami-tags <role_name> <source_account> <shared_account,shared_account,shared_account>

About

Take Packer generated manifest.json and copy the AMI tags to other accounts

Resources

License

Stars

Watchers

Forks

Packages

No packages published