#aws #iam #rotate #token #amazon-iam

app aws-token-rotate

Simple tool to rotate AWS token

3 stable releases

1.0.4 May 27, 2022
1.0.2 Oct 7, 2021

#16 in #rotate

MIT license

12KB
91 lines

aws-token-rotate

Simple rust tool to easily rotate AWS token: using current profile, it creates new credentials, saves them and drops the old ones.

Use AWS_SHARED_CREDENTIALS_FILE (default: $HOME/.aws/credentials) and/or AWS_PROFILE (default: default) envvars to specify alternative file and/or profile.

Installation

This package has only been tested on Ubuntu and Debian Linux OS.

Cargo

cargo install aws-token-rotate

Sources

git clone https://github.com/aolwas/aws-token-rotate.git
cd aws-token-rotate
cargo install --path .

Dependencies

~13–28MB
~417K SLoC