Automate IaC with Terraform and Jenkins on AWS

Objective Setup Jenkins for automate Terraform process Provision highly available 3-tier architecture with Terraform  Pre-requisite : AWS & Github Account Configured AWS Credentials on local AWS CLI Installed on local  First | Create and Setup Jenkins Server Run EC2 Instance for Jenkins Server and fill the parameter what do you want. aws ec2 run-instances \ --image-id ami-abcd1234 \ --instance-type t2.medium \ --key-name keypair-name \ --subnet-id subnet-abcd1234 \ --security-group-ids sg-abcd1234 \ --user-data file://setup....

October 4, 2023 · Deflorio Arya Nizam