ssh

Aws linux slave node setup on Jenkins

Create and configure AWS EC2 linux instance to run as Jenkins slave agent

There are situations where we need to run a Jenkins job on a remote machine e.g. EC2 instance on amazon web services. In this case we need to create a jenkins slave agent in the host machine that can run the job on the remote EC2 instance. We will create...

Aws linux slave node setup on Jenkins

Configure linux Slave node on Jenkins installed on windows machine

Why Slave Node As our Jenkins server is installed on a Windows machine, we would require a different agent to run a job on different OS which is linux in our case and on a remote machine i.e. aws ec2 instance in our case. This agent or node has to...