Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

v1.0.9

Latest
Compare
Choose a tag to compare
@awoimbee awoimbee released this 20 Aug 10:13

1.0.8 build were bad.
Doesn't contain anything more than https://github.com/stefansundin/aws-rotate-key
Based on latest commit on master (1.0.7 is from 2019) + Makefile improvements.
Compiled ourselves for more security.

Compile with make all.
Due to libc compatibility issues, it is best to compile in a docker container: docker run -it --rm -v $PWD:/project --workdir=/project golang:stretch.

Usage of aws-rotate-key:
  -d    Delete old key without deactivation.
  -mfa
        Use MFA.
  -profile string
        The profile to use. (default "default")
  -version
        Print version number
  -y    Automatic "yes" to prompts.