Member-only story

My Jenkins Story: Configure AWS EC2 instances as non-containerized Jenkins Build Agents

Colin But
4 min readApr 10, 2020

--

This post I am going to demonstrate how to setup & configure a few ‘physical’ /’virtual’ (non-containerized) Jenkins build agents to use for building your Jenkins jobs.

So I have provisioned 3 AWS EC2 instances where one of them is the master with the other two being the build agents— by following my previous guide:

After successfully first starting up Jenkins for the first time & gone through the initial setup wizard, when you navigate to the Nodes page under Manage Jenkins > Manage Nodes And Clouds you will likely see the following page with just the master listed as node:

This master node listed represents the master EC2 instance. To configure the other two EC2 instances as ‘build agents’ and register them to Jenkins you first need to get them to talk to each other.

--

--

Colin But
Colin But

Written by Colin But

Writer sharing thoughts on pretty much everything. P.S. I’m a Coffee-Addict ☕ You can support me by buying me a coffee: https://bit.ly/3hQ5M63

Responses (1)