Terraform - Beginner
In this course, you will learn to create infrastructure configurations using the HashiCorp Terraform language, with examples and demonstrations on AWS (Amazon Web Services) services and resources.
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 4 Modules
- 8 Videos
- 12 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- Advantages of IaC (Infrastructure as Code)
- How to interact with Cloud providers, using AWS as an example
- How to use the Shell console to manage access Keys for various APIs
- Terraform components, and how to install it on your system
- How to access all the necessary documentation to learn Terraform
- How to create a free resource in AWS
- How to configure and modify Cloud resources using only the Terraform language
- How to completely remove resources within an infrastructure
- Examples of how to use useful functions of the terraform language
Course Contents
8 Hours 0 Minutes
Allows you to define resources and infrastructure in human-readable declarative configuration files, and manage the infrastructure lifecycle
With Terraform installed, you are ready to create your first infrastructure. In this module, an SG instance is provisioned on Amazon Web Services (AWS).
With the previous modules, you have enough Terraform knowledge to create useful configurations, but the examples so far have used hardcoded values. Terraform configurations can include variables so that your configuration is
In the previous module, you used an input variable to parameterize your Terraform configuration. In this module, we will use output values to present useful information to the Terraform user through the console. Finally, you will learn how to