Welcome to the part 2 of our attempt to deploy to ECS using ansible. This is the continuation of the ansible setup we did on in the part 1. In there in part 1, we have set up the project using a specific structure that allows for multi environments and allows for the use of […]
AWS
Step by step ECS Fargate setup from scratch using Ansible part 1
Step by step ECS Fargate setup from scratch using AWS CLI
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 […]
Infrastructure as Code: Deployment to AWS using Terraform Part 3
Welcome to the part3 of our Infrastructure as Code using Terraform series. All our scenarios so far are to execute on AWS. This series aims to be a gentle walk-through of Terraform with full code available on git htttps://github.com/kdjomeda/intro-to-terraform. In part1 of the series, I have evolved from a proof of concept to a real […]