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
138 stars 130 forks source link

Can the rotation notifications be configurable? #16

Closed WanderSurfer closed 2 years ago

WanderSurfer commented 2 years ago

We get a lot of notifications from this, roughly one per day leading up to the rotation itself which could be like 15 emails for one rotation, is there a way outside of modifying the lambda functions themselves to reduce the notifications? We have no problems doing that, just wondered whether this was something you already planned to solve.

I think having the notification schedule be a bit more configurable would really benefit the users of the library.

WanderSurfer commented 2 years ago

I guess they technically are configurable through the warn time variable.