Skip to content

Monthly Archives: January 2023

AWS MSK + Glue – Part One

Over December 2022 I got it into my head that I wanted my teams to skill up on the combination of Kafka and a Schema Register. There’s a ton of resources on introducing the use of Kafka, and some resources on using a Schema Registry, but I was not satisfied that there were any consolidated […]

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 […]