This second article from a series of 3. It focuses on how to create the same infrastructure we created in the first segment with awscli. But this time doing it with Ansible. The purpose of this article isn’t to introduce ansible to a real newbie but to help setup the project ahead of the actual […]
linux
Step by step ECS Fargate setup from scratch using AWS CLI
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 […]
How to handle API calls to a server with self signed SSL certificate
Hello Guys, Here is another post on a scenario some of you working with telcos, banks and other organizations are familiar with. There is a server somewhere which offers a service usually available over VPN, sometimes not, that you need to connect to. That server has a self signed certificate and you need to deal […]