Companies need to stop abusing the Open Source Community

Atlassian, Docker, Hashicorp, Mongo, Redis, and the list goes on, all abusing the open source community to gain market share then rug-pulls a license change…
Terraform

Generate a SSH key via Terraform for EC2

As one of the longest lasting forms of access authentication Secure Shell (SSH) is a core tool used in every day computing. Additionally, it comes…
AWS & Terraform

How to: AWS Service Endpoint for S3 / DynamoDB

This Again? A few months back I published an article reviewing the different ways to pass traffic between a Lambda in a private subnet and…
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…

Intro: Hashicorp `Packer`

The problem space… In today’s modern application development process an applications has many homes. Local development, (docker) containers, on premise Linux servers, maybe even Unix…