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

secret key are created in us-east-1 #18

Open saisenghein opened 2 years ago

saisenghein commented 2 years ago

I deploy the cloudformatoin template in singpaore region but secret keys are created in us-east-1. How do I fix this.

Thank you.