How to stop AWS CLI clearing the screen

After a break from using AWS I had reason to reacquaint myself with it again today, and did so via the CLI. The AWS CLI is pretty intuitive and has a …

Kafka Listeners - Explained

(This was cross-posted on the Confluent.io blog) This question comes up on StackOverflow and such places a lot, so here’s something to try and …

Install qemu on AWS EC2 Amazon Linux

Mucking about with virtual disks, I wanted to install qemu on a AWS EC2 instance in order to use qemu-img. Not finding it in a yum repo, I built it …

Mount VMDK/OVF/OVA on Amazon Web Services (AWS) EC2

So you’ve got a Linux VM that you want to access the contents of in EC2 - how do you do it? Let’s see how. First up, convert the VMDK to …

boto / S3 errors

Presented without comment, warranty, or context - other than these might help a wandering code hacker. When using SigV4, you must specify a …