3 stable releases
1.0.4 | May 27, 2022 |
---|---|
1.0.2 | Oct 7, 2021 |
#19 in #amazon-iam
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–27MB
~410K SLoC