Learn DevOps: Infrastructure Automation With Terraform
Learn how to automate your infrastructure with terraform. Covers Terraform with AWS, Packer, Docker, ECS, EKS, Jenkins
What you’ll 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
Requirements
- To be able to do the demos yourself, you should have an AWS account. You can open one for free and I explain how to open one in the course.
Description
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. Infrastructure Automation With 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. Infrastructure Automation With TerraformInfrastructure Automation With Terraform
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 Infrastructure Automation With Terraform
- Terraform lock file (terraform 0.14)
- State manipulation
Update (December-2020):
- A complete new section on the HashiCorp Terraform Certification is now added! Infrastructure Automation With Terraform
- This course includes english captions.
Who this course is for:
- This course is great if you’re in an Ops or DevOps position and you want to learn about automation using terraform