jkordish / copy-ami-tags.rs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Rust 82.0%Language:Shell 18.0%