AWS & Terraform

How to: AWS Service Endpoints via Terraform for fun and profit

Recently I found myself designing a system that had AWS Lambda functions inside a private VPC. But I needed to pass a payload from the…
Terraform

Tagging with Terraform

Using cloud resources can be accelerating to the business, liberating to the engineering teams, and expensive to bank account. If you have every left a…
Terraform

Terraform 0.12 General Release

Back in July of last year Hashicorp announced the preview of Terraform 0.12. As of yesterday (May 22nd) 0.12 is now in generally availability

Moving where WSL mounts the Windows C:\ drive.

Changing the location WSL mounts the Windows C:\ drive quick and easy.

IBM has released Unit Testing for Mainframes.

IBM recent announced that is has created a Unit Testing tool for Mainframe computers. This is an amazing step for legacy support within modern development…

Great article about software maintenance and aging.

Lorenzo Pasqualis over on Dev.to wrote a great article about maintaining software systems. Some very good and well articulated points.

How to fix “failed to delete stack: Role … is invalid or cannot be assumed”

How to fix the "failed to delete stack: Role [...] is invalid or cannot be assumed " error when using AWS CloudFormation.