Hacker News new | ask | show | jobs
by mrkmcknz 2711 days ago
Quick post on how we solved the issue of rotating AWS access keys with a pretty distributed team. Interested to hear what other solutions people have adopted to solve this issue.
1 comments

Thanks! If you are relying on developers to rotate their keys, perhaps you also need a centralized periodic check (lambda function perhaps) that verifies that keys are being rotated. I.e., verify that no one is using a key older than N days.