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...