3 Answers
- Newest
- Most votes
- Most comments
0
If the credentials are for users, a best practice would be to use temporary credentials. Access keys are long-term credentials that you may not need.
-
Here is a blog that shows you how to get temporary credentials with AWS IAM Identity Center.
-
You can also get temporary credentials with the AWS CLI and AWS IAM Identity center. Here is a knowledge center article.
If you still want to use the aws-iam-access-key-auto-rotation solution, it looks like the files are on the GitHub repo.
answered 2 years ago
0
Here is an alternative that is well documented. I didn't try it but it should work. It uses AWS Secret Manager and Lambda, with SNS for notification as required.
answered a year ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago
This does nothing except extend roles to workloads outside of AWS, why is it any more applicable here than using standard roles?
It transitions from using IAM Users with long-term access keys that have to be rotated to using IAM Roles that have short-term access keys.