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

Environmental variables InstallationGracePeriod and PendingActionWarnPeriod #17

Closed bborup closed 2 years ago

bborup commented 2 years ago

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.

bborup commented 2 years ago

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".