aws-rotate-keys icon indicating copy to clipboard operation
aws-rotate-keys copied to clipboard

One command to rotate your aws access keys

Results 3 aws-rotate-keys issues
Sort by recently updated
recently updated
newest added

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...

secrets should not be readable by others.

enhancement

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...

enhancement