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 […]
Step by step ECS Fargate setup from scratch using Ansible part 1
Step by step ECS Fargate setup from scratch using AWS CLI
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 […]
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 […]
Infrastructure as Code: Deployment to AWS using Terraform Part 1
Infrastructure as Code: Deployment to AWS using Terraform Part 2
In the part1 section of this tutorial series, I have taken time to explain how to set up Terraform to be working with AWS using AMI and creating a simple instance running as classic EC2. 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 part 2, […]
Infrastructure as code: Deployment to AWS using Terraform
Getting Started with Ansible Works (AWX)
Hi readers, if you got here, it means you know a little bit about Ansible core. I suspect you also know about the community version of its enterprise offer Ansible Tower, called Ansible Works(AWX). Today, I will show you how I got it installed. I personally have gotten to the point where I need to […]