This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
v1.0.8
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).
Compiled ourselves for more security.
GOOS=linux GOARCH=amd64 go build -o aws-rotate-key-linux-amd64
GOOS=linux GOARCH=arm GOARM=6 go build -o aws-rotate-key-linux-arm
GOOS=linux GOARCH=arm64 go build -o aws-rotate-key-linux-arm64
GOOS=darwin GOARCH=amd64 go build -o aws-rotate-key-darwin-amd64
GOOS=darwin GOARCH=arm64 go build -o aws-rotate-key-darwin-arm64
GOOS=windows GOARCH=amd64 go build -o aws-rotate-key-windows-amd64.exe
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.