Skip to content

Initial public release v1.0

Latest
Compare
Choose a tag to compare
@tuladhar tuladhar released this 02 Sep 19:43
· 4 commits to main since this release
484115d

A cloud security tool to search and clean up unused AWS access keys, written in Go.

Features:

  • Find unused access keys (e.g: access keys unused for more than 90 days, access keys created both never used)
  • Deactivate/activate access keys easily based on search criteria.
  • Delete access keys based on search criteria.
  • Auto-approve flag to run non-interactively (e.g: integrate as cron job or Lambda to deactivate access keys unused for more 90 days)

Changelog

  • Initial public release with version 1.0

See README for more information.