The Mini project is about to provision an instance from aws ec2 with nginx server and jenkins application using terraform to be used for personal learning.
- Can adminester Jenkins Platform
- Configure credentias and webhooks.
-
01-06 : Terraform files that congures the Infrastucture-as-a-Code
-
Shell Script : nginx-jenkins-install.sh file that configures the installation of the update and upgrade ec2 instance to its latest version, Nginx server, Jenkins Platform and its services. Setting up Jenkins upstream local domain server.
-
Added sample private key directory with
myec2vm.pem
key
Terraform manual commands and can be used in a Pipeline CI/CD Automation
terraform init
terraform validate
terraform plan
terraform apply -auto-approve
terraform destroy -auto-approve
Important
The README.md
Enjoy! 👍 👍 👍