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
140
stars
130
forks
source link
Environmental variables InstallationGracePeriod and PendingActionWarnPeriod #17
Also, as pointed out elsewhere, the "Template" folder in the repo is the incorrect case. Lambda function references "Template". The folder in the repo is "template".
Version 2 Release -
config.py in access_key_auto_rotation refers to environmental variables InstallationGracePeriod and PendingActionWarnPeriod.
However, I'm having trouble finding those as part of the cloudformation installation for that function.
I have InactivePeriod and InactiveBuffer as environmental variables that don't seem to be referenced.
Can you point out what I've misunderstood?
Thanks.