From zero to hero with kops and AWS

2019-01-19 | 16 min read

This is an awesome tool to setup and maintain your clusters, currently only compatible with AWS and GCE...

Serve your static website with S3 and CloudFront

2019-02-02 | 6 min read

This article will be part of a series, the idea is to get a fully serverless site up and running with login functionality, maybe a profile page, and some random utility, but...

Creating a lambda function with terraform

2019-04-27 | 5 min read

Here we will see how to use terraform to manage lambda functions, it will be a simple hello world in node.js, available as gist...

Serverless authentication with Cognito

2019-09-02 | 10 min read

In this article we will see how to use Terraform and Go to create a serverless API using API Gateway, Lambda, and Go, and we will also handle authentication with AWS Cognito...

DevOps from Zero to Hero: AWS from Scratch

2026-05-06 | 8 min read

We will set up an AWS account from scratch, configure IAM with least privilege, understand VPC networking, security groups, and get familiar with the key services we will use throughout this series...