Learn DevOps: Infrastructure Automation With Terraform
Learn DevOps: Infrastructure Automation With Terraform, available at $94.99, has an average rating of 4.43, with 120 lectures, 5 quizzes, based on 15178 reviews, and has 98642 subscribers.
You will learn about Understand, use and apply terraform, including advanced terraform features Use terraform to provision AWS resources Prepare for the HashiCorp Terraform Certification with lectures aligned with the exam objectives Use terraform with Packer to create custom images Use terraform with AWS ECS, Fargate, and CodePipelines Be able to apply DevOps techniques using terraform This course is ideal for individuals who are This course is great if you're in an Ops or DevOps position and you want to learn about automation using terraform It is particularly useful for This course is great if you're in an Ops or DevOps position and you want to learn about automation using terraform.
Enroll now: Learn DevOps: Infrastructure Automation With Terraform
Summary
Title: Learn DevOps: Infrastructure Automation With Terraform
Price: $94.99
Average Rating: 4.43
Number of Lectures: 120
Number of Quizzes: 5
Number of Published Lectures: 120
Number of Published Quizzes: 5
Number of Curriculum Items: 125
Number of Published Curriculum Objects: 125
Original Price: €34.99
Quality Status: approved
Status: Live
What You Will Learn
- Understand, use and apply terraform, including advanced terraform features
- Use terraform to provision AWS resources
- Prepare for the HashiCorp Terraform Certification with lectures aligned with the exam objectives
- Use terraform with Packer to create custom images
- Use terraform with AWS ECS, Fargate, and CodePipelines
- Be able to apply DevOps techniques using terraform
Who Should Attend
- This course is great if you're in an Ops or DevOps position and you want to learn about automation using terraform
Target Audiences
- This course is great if you're in an Ops or DevOps position and you want to learn about automation using terraform
Terraform has gained a lot in popularity lately and is the tool you need to master if you are or about to get into a Ops / DevOps role. You typically use a technology like Ansible, Chef, or Puppet to automate the provisioning of software. Terraform starts from the same principle, infrastructure as code, but focusses on the automation of the infrastructure itself. Your whole Cloud infrastructure (instances, volumes, networking, IPs) can be described in terraform.
In this course you’ll learn how to use terraform to automate your infrastructure. I will first show you the basics of terraform and will then explain how to automate infrastructure on AWS using terraform. You can open an AWS account for free to do the labs. I also provide a lot of code examples which you can immediately use to automate your own infrastructure.
Update (Oct-2016):
-
Added AWS Autoscaling lectures
-
Added Terraform+Packer Jenkins integration lectures
-
Added Terraform with Docker on AWS (ECR and ECS)
-
Added Terraform with Jenkins workflow using ECR and ECS
Update (Dec-2016):
-
Added a lecture about useful terraform commands
-
Added a demo on how to use terraform show/graph/taint/untaint/import
-
Added a lecture and demo about Elastic Beanstalk on AWS
Update (Jun-2018):
-
Terraform for Windows setup + puttygen
-
Interpolation
-
Conditionals
-
Built-in functions
-
Module development with an ECS + ALB module demo
-
Setting up a hosted Kubernetes cluster using AWS EKS
Update (Nov-2019):
-
Terraform-0.12 updates
-
Lectures covering new variable approach in terraform-0.12
-
For & For Each loops
Update (March-2020):
-
CodePipeline lectures
-
Updated lectures with new AWS UI
-
Updated jenkins-packer-demo demo
Update (December-2020):
-
Advanced Module development
-
Lectures and demos covering new Terraform 0.13 features
-
Terraform lock file (terraform 0.14)
-
State manipulation
Update (December-2020):
-
A complete new section on the HashiCorp Terraform Certification has now been added!
Update (January-2022):
-
Refactoring modules with the “moved” block
-
Cloud Development Kit For Terraform (CDKTF)
This course includes english captions.
Course Curriculum
Chapter 1: Course Introduction
Lecture 1: Course Introduction
Lecture 2: Discussions and Support
Lecture 3: Procedure Document
Chapter 2: Introduction to terraform
Lecture 1: Introduction
Lecture 2: Terraform installation
Lecture 3: Terraform Installation (on Windows)
Lecture 4: Terraform installation using Vagrant
Chapter 3: Terraform basics
Lecture 1: Understanding terraform HCL
Lecture 2: First steps in terraform – AWS Setup
Lecture 3: First steps in terraform – Spinning up an instance
Lecture 4: First steps in terraform – summary
Lecture 5: Terraform Variable Types
Chapter 4: Terraform basics
Lecture 1: Variables
Lecture 2: Demo: variables
Lecture 3: Software Provisioning
Lecture 4: Demo: Software provisioning
Lecture 5: Demo: Windows Server Provisioning
Lecture 6: Outputting attributes
Lecture 7: Demo: Outputting Attributes
Lecture 8: Remote state
Lecture 9: Demo: Remote state
Lecture 10: Data Sources
Lecture 11: Demo: Data Sources
Lecture 12: Templates
Lecture 13: Templates in terraform 0.12 onwards
Lecture 14: Other Providers
Lecture 15: Modules
Lecture 16: Demo: An external Module
Lecture 17: Terraform Commands Overview
Lecture 18: Demo: Terraform Commands
Chapter 5: Terraform with AWS
Lecture 1: Introduction to VPCs
Lecture 2: Introduction to VPCs – Part II
Lecture 3: Introduction to VPCs – Part III
Lecture 4: Demo: VPCs and NAT
Lecture 5: Launching EC2 instances in the VPC
Lecture 6: Demo: Launching instances in a VPC
Lecture 7: EBS Volumes
Lecture 8: Demo: EBS volumes
Lecture 9: Userdata
Lecture 10: Demo: Userdata
Lecture 11: Static IPs, EIPs, and Route53
Lecture 12: Demo: Route53
Lecture 13: RDS
Lecture 14: Demo: RDS
Lecture 15: IAM
Lecture 16: Demo: IAM users and groups
Lecture 17: IAM Roles
Lecture 18: Demo: IAM Roles
Lecture 19: Autoscaling
Lecture 20: Demo: Autoscaling
Lecture 21: Introduction to Elastic Load Balancers (ELB)
Lecture 22: ELBs in terraform
Lecture 23: Demo: ELB with autoscaling
Lecture 24: Application Load Balancer (ALB)
Lecture 25: Elastic Beanstalk
Lecture 26: Demo: Elastic Beanstalk
Chapter 6: Advanced Terraform Usage
Lecture 1: Introduction to Interpolation
Lecture 2: Conditionals
Lecture 3: Demo: Interpolation and Conditionals
Lecture 4: Built-in Functions
Lecture 5: Demo: Built-in Functions
Lecture 6: For and For Each Loops
Lecture 7: Demo: For loops
Lecture 8: Demo: For each loops
Lecture 9: Terraform Project Structure
Lecture 10: Demo: Project Structure in Terraform
Lecture 11: Terraform lock file
Lecture 12: Manipulating state
Lecture 13: Demo: Manipulating state
Chapter 7: Packer
Lecture 1: Packer introduction
Lecture 2: Terraform with Packer and Jenkins
Lecture 3: Demo: Packer with terraform
Lecture 4: Terraform with Packer and Jenkins (Part I)
Lecture 5: Terraform with Packer and Jenkins (Part II)
Chapter 8: Docker on AWS using ECS and ECR
Lecture 1: Introduction to Docker
Lecture 2: Docker on AWS
Lecture 3: Building Docker images
Lecture 4: Demo: Build NodeJS app and push to ECR
Lecture 5: ECS – Part I
Lecture 6: ECS – Part II
Lecture 7: Demo: Running a NodeJS app on ECS
Lecture 8: Demo: Terraform with Jenkins, ECR and ECS
Chapter 9: Module Development
Lecture 1: Introduction to Module Development
Lecture 2: ECS + ALB Module Overview
Lecture 3: Demo: ECS + ALB Module (part I)
Lecture 4: Demo: ECS + ALB Module (Part II)
Instructors
-
Edward Viaene
DevOps & Cloud Specialist
Rating Distribution
- 1 stars: 210 votes
- 2 stars: 324 votes
- 3 stars: 1724 votes
- 4 stars: 5786 votes
- 5 stars: 7134 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024