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

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