Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building Cloud Infrastructure with Terraform
Rating: 4.5 out of 5(2,617 ratings)
10,197 students

Building Cloud Infrastructure with Terraform

Create and manage cloud infrastructure as code
Created byChris Parent
Last updated 9/2018
English

What you'll learn

  • Create Infrastructure in AWS and other cloud providers using Terraform
  • Learn fundamental Terraform syntax
  • Configure Terraform providers for different Cloud Service Providers
  • Understand how to use variables, interpolations, and templates
  • Package Terraform code into re-usable modules
  • Bootstrap compute resources using Terraform Provisioners
  • Manage Terraform state both local and remote using AWS object storage

Course content

9 sections42 lectures4h 19m total length
  • Introduction6:58

    This lecture introduces the course to the student and covers the impetus behind the development of this course.

  • Course DISCLAIMER1:56

    This video lecture discusses the personal and financial liabilities of the student in this course.

    Cloud service providcers such as Amazon charge for their infrastructure and other cloud computing services on a usage basis. This course makes use of AWS compute throughout the labs. It is recommended that students sign up for a free AWS account in order to perform the labs. If however a free tier account is not available, then students may be subjected to charges from Amazon or any other cloud service provider used in any of the labs.


  • What is Terraform4:37

    Students will get a quick introduction to Terraform to include:

    • Key features

    • Use cases

    • Infrastructure as code

  • Course Lab Guide0:07

    This is where you can download the lab guide for this course.

Requirements

  • Familiarity with cloud computing concepts, particularly infrastructure as a service and software defined networking.
  • Experience using the Windows console or Linux shell.

Description

Cloud computing has taken over the IT landscape and is soon to outpace on-premise and in-house data centers as companies are starting to realize the efficiencies, cost savings, and flexibility the cloud can provide. Computing resources can be created and destroyed simply by calling an API. Entire virtual data centers can be created in a matter of minutes or hours.

Whether your company or application was born in the cloud or transitioning to the cloud, you need tools to build and manage your infrastructure. Terraform from Hashicorp is one such tool that allows you to declare infrastructure as code in a simple, easy to understand language.

Managing your infrastructure as code bridges the gap between dev and ops and provides an opportunity to include infrastructure management as part of the development lifecycle. When environments are declared in code they can be shared and used across your organization to provide consistent environments that align with your production environment.

Managing infrastructure as code also provides a far more robust process for managing and tracking infrastructure since these processes can now be incorporated into CI/CD tooling and other automation processes.

In this course I will teach you the fundamentals of Terraform using Amazon Web Services as an example. Together we will walk through the basics of Terraform and ultimately create real infrastructure in AWS along the way.

This course makes use of the AWS Free Tier which offers the general public a certain number of FREE computing hours and storage space for one year. It is recommended that students sign up for an AWS Free Tier account.


Udemy and the author of this course are not liable for any cloud service provider charges you may incur while executing the exercises in this course.


Who this course is for:

  • Anyone interested in building infrastructure in the cloud using code.