AWS IAM Self Tagging EC2 Instances

For a variety of reasons, I needed to enable some EC2 instances to write/update a single EC2 tag, but the instaces needed to only be able to tag themselves. ...

June 13, 2021 · 1 min · 141 words · Me

Growing EBS Volumes in Place

Yesterday I had to grow a live filesystem on a server in EC2, without downtime. I do this just infrequently enough to not quite remember all the details without poking around the internet, so I’m documenting it all in one place. ...

August 20, 2019 · 2 min · 276 words · Me