#aws #aws-security #security #access-key #amazon-iam #aws-credentials #cli

app aws-rotate-iam-keys-rs

A tool to rotate your AWS IAM access keys

1 stable release

1.0.1 Jan 22, 2021

#17 in #access-key

MIT/Apache

1MB
556 lines

CI Built with cargo-make codecov FOSSA Status

Usage:

rotate-iam-keys [FLAGS] [OPTIONS] --profile <profile>...

FLAGS:
    -D, --disable
            disable the access key instead of deleting it

    -d, --dry-run
            runs without affecting anything, useful to run before fully committing to rotate your keys

    -h, --help
            Prints help information

    -V, --version
            Prints version information


OPTIONS:
        --configfile <configfile>
            location of your aws config file

        --credfile <credfile>
            location of your aws credential file

    -p, --profile <profile>...
            profile to rotate, you can specify multiple profiles, for example: `--profile=dev,prod` or `-p dev -p prod`
            to rotate all of those specified

License

Licensed under either of:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as laid down in the Apache-2.0 license, will be dual licensed as above, without any additional terms or conditions.

All commits MUST be signed off using -s which certifies that you wrote or otherwise have the right to submit the code in accordance with the Developer Certificate of Origin.

About

Copyright © 2020 Fox and Duck Software Ltd

Registered in England & Wales No. 9546077

Dependencies

~16–31MB
~451K SLoC