Simple rust tool to easily rotate AWS token: using current profile, it creates new credentials, saves them and drops the old ones.
Use AWSSHAREDCREDENTIALSFILE (default: $HOME/.aws/credentials
) and/or AWSPROFILE (default: default
) envvars
to specify alternative file and/or profile.
This package has only been tested on Ubuntu and Debian Linux OS.
bash
cargo install aws-token-rotate
bash
git clone https://github.com/aolwas/aws-token-rotate.git
cd aws-token-rotate
cargo install --path .