Introduction Velero is an open source, VMware-backed tool to backup, restore, migrate, and perform DR on Kubernetes cluster resources & persistent volumes.

Understanding the Terraform Resources that Create an AWS API Gateway REST API
If you have ever tried to create a REST API in AWS API Gateway using Terraform, you know how cumbersome it can

Automate EC2 AMI Build and Deployment with AWS Systems Manager
Consider a typical EC2-based application fronted by a load balancer with a number of EC2 instances in an auto-scaling group behind it.

Automate EC2 AMI Builds Triggered by Code Pushed to AWS CodeCommit Repositories
EC2 Image Builder is an AWS service that provides “image pipelines”. Image pipelines are a way to trigger builds of your AMI

Let Infrastructure Provisioners Create EC2 Instances Without Giving Away SSH Key Pair Access
Unless you’re a startup or a small business, it’s very likely that the people who create your AWS infrastructure are not the

Automate EC2 Replacement at Scale with AWS CLI
Consider a scenario: You have hundreds of EC2 instances which need to be upgraded. Although routine patches & updates can be automated

Enforce Resource Tagging in AWS Using IAM Policy Conditions
Tags are very important in a shared cloud environment. They serve many purposes. They let us attribute costs to the right departments.

Monitor & Alert for Failed Authentication Attempts to Your AWS Account
We live in the information age. In a world where knowledge is power, your data is the most precious commodity. This makes

A Serverless Solution to Keeping Git Repositories Synchronized
Synchronizing Git repositories is a fairly common requirement. This article describes how we built a solution to replicate an AWS CodeCommit repo