Terraform

Build AWS network via Terraform modules

Posted on

As development, staging and production environment are isolated from each other, so does the terraform code required to. In order to built a re-usable terraform code for both staging and production environment, without conducting copy and paste, one must follow the modules strategy. In this blog we will learn to Build AWS network via Terraform […]

AWS

CI/CD using Jenkins & Heroku

Posted on

Heroku is appreciable when you just want to focus on attributes of your application and not on the infrastructure. Moreover, it provides continuous deployment provision for those who does not want to invest in a DevOps team. However, a detailed and tightly bounded CI/CD workflow is always an ideal situation in agile development. Considering this […]

AWS

SSH between two AWS EC2 Ubuntu 16.04 instances

Posted on

    This blog will enumerate the steps required to setup a password less ssh connection between two AWS EC2 Ubuntu 16.04 instances. Now a days, the trend is to host the webserver (like Apache2, tomcat, rail etc) on cloud (like Amazon Web Services). Thus setting up the ssh connection between the servers on the […]

AWS

Installing Java & Jenkins on AWS ec2 Ubuntu 16.04

Posted on

With this blog you will get insight into the process of installing Java & Jenkins on AWS ec2 Ubuntu 16.04. Pre-requisite: For this lab to proceed, following are the pre-requirements Two AWS ec2 instances with AMI as Ubuntu 16.04 being launched. One AWS ec2 Ubuntu instance with Apache2 and php installed (Click here to learn […]