In this post, the first of a series of 3, we are essentially going to create the whole ECS Fargate setup from ground up using the aws cli only. There are a lot of tutorials out there that explain how to install and configure the aws cli, either version 1 or version 2. So I […]
Month: December 2022
Multistage dockerisation of a Golang application
Hi there!! In this post I will like to share a little dockerisation technique for clean deployment of application in docker. This application is essentially a demo application app I wrote for another tutorial of mine where I needed a working application to deploy into AWS ECS. I decided to release it hoping that it […]
AWS VPC to ECS from ground up
Recently I was reached out by an up coming DevOps engineer to help with an AWS setup that includes launching a set of mircroservices into AWS ECS Fargate. I had created the setup in my AWS account and documented it. But that documentation had assumed a certain level of exposure and experience and the actual […]