aws-samples / aws-iam-access-key-auto-rotation

This set of CloudFormation templates and Python scripts will set up an auto-rotation function that will automatically rotate your AWS IAM User Access Keys every 90 days.
MIT No Attribution
134 stars 128 forks source link

Is it possible to exclude users from being rotate? #28

Open Idosegal opened 11 months ago

Idosegal commented 11 months ago

I have a use case that I want to to the rotation for a specific IAM user. Is it possible to configure it?

Pl4nky commented 10 months ago

Per the instructions:

If there are IAM users in the IAM group ‘IAMKeyRotationExemptionGroup’, those users will not be evaluated.

You will need to create this group in the account the IAM user exists in, then add them to it.