Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hashicorp Certified Terraform Associate Course and Test 2022
Rating: 4.4 out of 5(29 ratings)
118 students

Hashicorp Certified Terraform Associate Course and Test 2022

From Basics to Advanced, Deep dive into concepts and hands-on, Hashicorp Certification Preparation and Practice Tests
Last updated 1/2022
English

What you'll learn

  • Terraform Basics to Advanced
  • Deep Dive into Concepts and Implementation
  • Hashicorp Certification Preparation
  • Practice Tests
  • Quiz Sections

Course content

9 sections53 lectures11h 11m total length
  • Course Introduction5:18

    Develop hands-on Terraform expertise with eight sections on providers, resources, modules, variables, and backend settings. Includes practice quizzes and a practice test to prep for the Hashicorp Terraform associate exam.

  • Introduction to Terraform6:52

    Explore how Terraform, an infrastructure as code tool, uses configuration files to provision, manage, and version cloud resources across providers with execution plans and multi-cloud support.

  • Simple Terraform Example and How It Works14:13

    Explore a simple Terraform config that defines a provider and a resource, uses static authentication, initializes, plans, and applies to create resources.

  • Terraform Installation In MacOS and Linux4:43

    Install Terraform on macOS and Linux by downloading the package, moving it to a system location to make it accessible, and following the official website's manual installation method.

  • Terraform Installation In Windows2:47

    Install Terraform on Windows by downloading the official binary from the official website, extracting it, setting the system PATH via environment variables, and verifying installation in a new command prompt.

  • Terraform Installation In VBox VM23:44

    Install and configure a Linux environment in a VirtualBox VM; set up Ubuntu and install Terraform via SSH by adding the HashiCorp repo and curl.

  • Exercise: Launch EC2 Instance with Solution5:20

    Launch a terraform-managed aws ec2 instance by configuring provider aws and resource aws_instance with ami and instance_type, then run init, plan, and apply to deploy and verify.

  • IDE Installation (VS Code)3:37

    Install vscode from code.visualstudio.com, run installer, and add remote extensions such as remote containers. Connect to a remote server and open the data from underscore demo folder to start coding.

  • Practice Quiz 1 : Introduction to Terraform and some basic commands of Terraform

Requirements

  • AWS Basics

Description

  • Terraform is a tool for Building, Changing, and Versioning infrastructure safely and efficiently.

  • It is known as Infrastructure As Code since it is used for automating the whole process of maintaining Infrastructure.

  • Popular infrastructure and cloud providers contribute to integrating their plugins in Terraform. So it is the best choice for multi cloud and hybrid cloud deployments.

  • Terraform can manage existing and popular service providers as well as custom in-house solutions.

  • It uses configuration files to codify the setup required for any application.

  • Terraform supports building and managing of multi-tier architecture.

  • It becomes easy to build and scale the infrastructure using terraform, even multiple teams can deploy their isolated infrastructure if they want.

  • Terraform can be integrated with version control common registries like git or bitbucket. So it helps multiple members of an organisation to share their code and work together.


What will you get from this Course

  • Learn Terraform Basics to Advanced level. The course starts with the introduction to terraform, then it discusses the very basic components like variables, expressions, statements and blocks. Then it talks about the reusability features like functions, modules. The course also contains the concept of how to maintain the remote state of the infrastructure and addresses the corresponding issues and challenges.

  • Apply the knowledge in the Organisation to automate any type of Cloud or Infrastructure Deployment

  • Comes with proper Lecture Notes and implemented hands-on codes

  • Prepare for Hashicorp Certified Terraform Associate Certification which is one of the demanding certificates in the job market

  • Prepare for interview

Who this course is for:

  • People want to learn Terraform and apply it in their Organisation
  • People want to be Hashicorp Certified Terraform Associate
  • People want to explore new job in Cloud , Automation or DevOps domain