How to submit Assignment?
Please submit assignment @https://www.debug.school/ and POST url share in the comments of this post.
- Exercise 1 – Write a terraform configuration file to create a EC2-Instance(RHEL7.5) along assigned with newly created Keypair, Security group in default VPC.
- Exercise 2 – Write a terraform configuration file to create a EC2-Instance(RHEL7.5) along assigned with newly created Keypair, Security group in default VPC and run some shell script using local exec and install httpd in EC2-Instance using remote exec and copy a index.html from host machine to EC2-Instance.
- Exercise 3 – Write a terraform configuration file to create a EC2-Instance(RHEL7.5) along assigned with newly created Keypair, Security group in newly created VPC and run some shell script using local exec and install httpd in EC2-Instance using remote exec and copy a index.html from host machine to EC2-Instance.
- Exercise 4 – Convert into hard coding values to variables and all variables duplicate at vars.tf, command line and environemnt(3 Places). Values much be at terraform.tfvars, command line and environemnt(3 Places). Do let me know which has highest precedence.
- Exercise 5 – Create a example for each functions such .
- max
- min
- join
- upper
- index
- length
- loopup
- file
- tolist
- tostring
- Exercise 6 – Convert into Module a Exercise 4 programs.
Terraform Basic Tutorial with Demo by Piyush 2020
Terraform Fundamental Tutorials by Harish in 2020
Terraform Fundamental Tutorial By Guru in 2020 Part-1
Terraform Fundamental Tutorial By Guru in 2020 Part-2
Terraform Fundamental Tutorial By Guru in 2020 Part-3
Terraform Fundamental Tutorial By Guru in 2020 Part-4
Terraform Fundamental Tutorial By Guru in 2020 Part-5
Terraform Advance Tutorial for Beginners with Demo 2020 — By DevOpsSchool
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024