How To Install Jenkins in AWS EC2 Instance with Terraform?

Avatar admin | March 4, 2021 23 Views 0 Likes 0 Ratings

23 Views 0 Ratings Rate it

This tutorial will show you how to install Jenkins master through Terraform. Submit the Terraform code and your Jenkins master is ready in 2 minutes.

1) Review the Terraform Code.
Main.tf variables.tf outputs.tf
2) Run Terraform Plan.
3) Run Terraform apply -auto-approve.
4) Get public IP from outputs.
5) Got o browser, use public IP with port 8080 to load Jenkins.

Jenkins is a free and open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. It is a server-based system that runs in servlet containers such as Apache Tomcat.

Terraform is an open-source infrastructure as code software tool created by HashiCorp. Users define and provision data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language, or optionally JSON.

#aws​ #jenkins​ #terraform


23 Views 0 Ratings Rate it

Written by admin