mk4dir / Project-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project-1

This project created to learn terraform. In this project, We'll provision an EC2 instance on AWS Free Tier and execute remote commands to install Jenkins. Project Steps as below.

Creating Free AWS Account

Go to here and follow the instructions.

Installation and Management Jenkins and Amazon EC2 WebServer

Prerequisities:

  • Terraform installed
  • An AWS Account
  • Your AWS credentials configured locally
  • AWS CLI installed
  • AWS Key Pair — To access the EC2 instance.

Go to folder that cloned this repo and run command

terraform init

Afer that run command

terraform apply 

Reference: https://levelup.gitconnected.com/intro-to-terraform-provision-ec2-instance-and-install-jenkins-3ccb7e2d60f6

About


Languages

Language:HCL 100.0%