Ultimate Terraform Bootcamp by School of Devops®

Learn how to automate cloud provisioning with terraform

Ratings: 3.90 / 5.00




Description

Terraform is the go to tool if you are looking to automate cloud based infrastructure. With its library of resources for multiple platforms, and common language syntax, terraform is a swiss army knife to work with multiple providers.  This course is your guide to getting started with terraform with a step by step approach.

What You Will Learn!

  • What is terraform, and how to write terraform specs using Hashicorp Configuration Language
  • How to work with AWS Provider and write simple Terraform Resources to provision components such as EC2, VPC etc.
  • Working with Input and Output Variables to write Data Driven Terraform Code
  • Configuration Management with Terraform Provisioners such as File, Remote Exec and Null Resource
  • Using Backends to store the Terraform State. How to configure S3 Backend
  • Remote State Management and Locking the State with Dynamodb and S3
  • Work with Terraform Modules and Modules Registry

Who Should Attend!

  • Operations personnel who are interested in learning how to automate cloud provisioning
  • Developers working on automating cloud based infrastructures