aws-rotate-keys
aws-rotate-keys copied to clipboard
One command to rotate your aws access keys
Fixes #1 This adds some awareness of the quota size, and an option to automatically delete an inactive key to make room for a rotation. Tests added. `aws-rotate-keys --help` explains...
When you already have reached your quota, `aws-rotate-keys` will fail to create a new access key. ``` Creating access key... /gems/aws-sdk-core-2.6.44/lib/seahorse/client/plugins/raise_response_errors.rb:15:in `call': Cannot exceed quota for AccessKeysPerUser: 2 (Aws::IAM::Errors::LimitExceeded) /gems/2.3.0/gems/aws-rotate-keys-0.1.1/lib/aws_rotate_keys.rb:50:in...