aws-rotate

A simple AWS Access ID/Secret rotation script


Keywords
aws, access, iam, rotation
License
Apache-2.0
Install
pip install aws-rotate==0.0.2

Documentation

aws-rotate

alt text Coverage Status Downloads

Rotate AWS Access Keys and update local credentials file.

It's good practise to rotate access IDs and keys for AWS IAM users, but a pain to do, this simple script automates the process

Installation

Create a python virtual environment and activate it

pip install aws-rotate

Usage

Make sure you have the relevant AWS_PROFILE environment variable set or the default profile will be used see aws credentials

aws-rotate-keys

Development

Clone this repo and install the dev packages

pip install -e ".[dev]"

Once you have made changes and the test pass create a pull request

Contributors

@cagriy