Sys/expire/id/auth/aws/login full of entries ...?

So it turns out that this was all my fault :slight_smile:

We use AWS IAM & EC2 authentication heavily and I wasn’t revoking the generated authentication tokens. These were (I guess by default) valid for a month so, under heavy usage, the number of tokens lying around waiting to expire was just growing.

I’m now going through all of our scripts to amend them to explicitly revoke any tokens once I’m done with them.

1 Like