Skip to content

Tag Archives: DevOps

No more AWS Access Keys?

It’s too common these days that I struggle to find solid stretches of time to think about things, so I tend to make progress on tech chores while I’m on holiday. This is an example… One of the things that has been on my mind is to follow AWS best practices, and try to eliminate […]

Give me a shell and a place to stand…

I was thinking yesterday “hmm, I seem to have more AWS KMS keys than I’m actually using”. But how to find them when they are scattered across regions? AWS Cli to the rescue. A trivial bash script, and voila a list of KMS Key ARNs across my entire account: The only complicated part was remembering how to use jq to […]