Run Rails API on Azure container instances

Azure is a fairly new cloud environment for me. Getting an API up and running on container instances posed a bit of a challenge. So here I am sharing my approach to automate and deploy container groups in Azure. Things to do Build a Rails API Containerise API Push API container to Azure container repository…

Read More

How to automate Inspec tests on AWS

Chef Inspec is an open source testing framework designed for automated compliance and security checks on infrastructure. Combining it with State Manager on AWS you can ensure EC2 instances in your account are in a state you define. In this blog post I will explain how I automated this setup with cloudformation. Solution Architecture Key…

Read More