Cli

Extending the AWS CLI with my own Python/Click based CLI

April 14, 2020

In this blog post you’ll learn how to extend the aws cli with some shortcuts, sane defaults, and your own mycli based on Python and Click, easily installed with pip.

Read more
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