10 Steps to Deploy and Configure Jenkins on AWS with Terraform

Garrett Sweeney
FAUN — Developer Community 🐾
4 min readMay 27, 2021

--

Think of how cool it would be to have a Jenkins Server in your own AWS Account!

Jenkins.io has a great tutorial on how to stand up a Jenkins on AWS — but it requires manual configuration through the console.

In this article, I’ll demonstrate how to use Terraform to automate the deployment of your Jenkins services with a single command. The code is also available on Github as a template!

--

--