aws access key check

Access keys are long-term credentials for an IAM user or the AWS account root user. You can use access keys to sign programmatic requests to the AWS CLI or AWS API (directly or using the AWS SDK).

But for security reason this key should be changed from while to while, therefore this soltuion will provide yuo an automation way to remind the users.

This solution deploys a step functions workflow that is designed to detect user IAM access keys that are older than 90 days. It will send out an email notification to the affected user every day until it is resolved. For access keys older than 120 days, the key will be deactivated.

The Github Repo here

Regards
Osama

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.