May 7, 2026 4 min
Stop Burning Money: The Ephemeral GPU Pattern for AWS
Most teams don't need GPUs 24/7. The Ephemeral Infrastructure pattern provisions GPU resources only when actively used — slashing AWS costs while changing team behaviour.
Aug 2, 2024 7 min
Automating a scalable three-tier architecture for AWS using Terraform
Imagine being in charge of setting up the infrastructure to deploy an application for the first time. You will need to create a number of resources, each one with its own set of configurations.
Mar 10, 2020 3 min
Starting with AWS DynamoDB using Python
This guide is meant to provide a base, or a quick start, for interfacing with AWS DynamoDB using Python, its contents are based on the repo https://github.com/5thempire/aws-dynamodb .