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 […]

AWS

Jenkins installation on AWS ec2 linux instance

Posted on

This blog will guide you through a detailed but yet easy steps for Jenkins installation on AWS ec2 linux instance. However in order to launch linux instance on AWS, follow this blog. Prerequisite: Java 8 is a prerequisite.You can Click here to install Java. Jenkins installation on AWS ec2 linux instance: Step 1. Firstly, add Jenkins […]

AWS

Java installation on linux instance

Posted on

Linux Linux is a free and open source operating system’s kernel. In this blog we will perform Java installation on linux instance. There are several Linux Distributions, commonly called ‘distros’. Ubuntu Linux Red Hat Enterprise Linux Linux Mint Debian Fedora Let’s start java installation on linux instance launched on AWS — EC2 (Click here to launch linux […]