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 AWSSHAREDCREDENTIALSFILE (default: $HOME/.aws/credentials) and/or AWSPROFILE (default: default) envvars to specify alternative file and/or profile.

Installation

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

Cargo

bash cargo install aws-token-rotate

Sources

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