Blog

AWS CLI aliases: shorten your most used commands

June 30, 2019

One of the best kept secrets of the AWS CLI should be the ‘alias’ feature. It’s a native feature of AWS. In this blog post I’ll describe how to get started and show you a couple of my most used aliases so far.

Read more
Secrets in AWS ECS Fargate

June 30, 2019

There are many ways to use ‘secrets’ in ECS and ECS Fargate. Most of the time they are exposed using Environment variables, because a few years ago this was the only easy option.

Read more