Posts

I don't write regularly about what I've read/listened to anymore. I found I wasn't getting the cognitive benefit for the time invested.

These will more likely be rants or one-off "how-tos".

  • deploy a terraform remote state backend with cloudformation December 21, 2017

    Defining your infrastructure as code has become an integral part of many successful DevOps workflows. Terraform has become a key tool, which I often employ to define a variety of infrastructure. Today I’m going to show you how to set up the basic backend infrastructure needed to allow multiple engineers to collaborate on the same resources in AWS, using Terraform and CloudFormation.