aws-utils/README.md

11 lines
343 B
Markdown
Raw Normal View History

### AWS Tools
#### rotate-keys
rotates the aws keys and updates the ~/.aws/credentials file with the new values
suggestions for features:
* option to delete the old key when only one key is found
* create an encrypted credentials file and commit to a repository
* make it run as a daemon with a value to rotate the keys based on a schedule
2018-06-25 16:58:33 +00:00