Becoming Professional DevOps Engineer using Terraform
Becoming Professional DevOps Engineer using Terraform, available at $64.99, has an average rating of 4.17, with 276 lectures, 5 quizzes, based on 6 reviews, and has 40 subscribers.
You will learn about Students should be able to perform many real-world projects through hands-on exercises using Terraform Students will learn the DevOps approach on establishing more stable operating environments Students will provision cloud resources as Infrastructure as a code by using Terraform This course will make students proficient in DevOps principals like CI/CD, Continuous Monitoring, Continuous Delivery Students will learn how how to install, upgrade Terraform on macos and linux At the end of this course, students should have gained in-depth knowledge of Terraform, Kubernetes, AWS, and DevOps skills Students will learn AWS, Kubernetes, Docker, and much much more… This course is ideal for individuals who are Beginner IT Professionals looking to become a successful DevOps Engineer or Anyone who wants to start career as Cloud Automation Engineer or System Administrators who wants to transition from being On-Prem to Cloud Operations Engineer or Experienced in the IT field, looking for a career growth in the DevOps domain using Terraform & Ansible or DevOps Engineers looking to manage resources in AWS, Kubernetes, DigitalOcean, Docker using Terraform It is particularly useful for Beginner IT Professionals looking to become a successful DevOps Engineer or Anyone who wants to start career as Cloud Automation Engineer or System Administrators who wants to transition from being On-Prem to Cloud Operations Engineer or Experienced in the IT field, looking for a career growth in the DevOps domain using Terraform & Ansible or DevOps Engineers looking to manage resources in AWS, Kubernetes, DigitalOcean, Docker using Terraform.
Enroll now: Becoming Professional DevOps Engineer using Terraform
Summary
Title: Becoming Professional DevOps Engineer using Terraform
Price: $64.99
Average Rating: 4.17
Number of Lectures: 276
Number of Quizzes: 5
Number of Published Lectures: 276
Number of Published Quizzes: 5
Number of Curriculum Items: 282
Number of Published Curriculum Objects: 282
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Students should be able to perform many real-world projects through hands-on exercises using Terraform
- Students will learn the DevOps approach on establishing more stable operating environments
- Students will provision cloud resources as Infrastructure as a code by using Terraform
- This course will make students proficient in DevOps principals like CI/CD, Continuous Monitoring, Continuous Delivery
- Students will learn how how to install, upgrade Terraform on macos and linux
- At the end of this course, students should have gained in-depth knowledge of Terraform, Kubernetes, AWS, and DevOps skills
- Students will learn AWS, Kubernetes, Docker, and much much more…
Who Should Attend
- Beginner IT Professionals looking to become a successful DevOps Engineer
- Anyone who wants to start career as Cloud Automation Engineer
- System Administrators who wants to transition from being On-Prem to Cloud Operations Engineer
- Experienced in the IT field, looking for a career growth in the DevOps domain using Terraform & Ansible
- DevOps Engineers looking to manage resources in AWS, Kubernetes, DigitalOcean, Docker using Terraform
Target Audiences
- Beginner IT Professionals looking to become a successful DevOps Engineer
- Anyone who wants to start career as Cloud Automation Engineer
- System Administrators who wants to transition from being On-Prem to Cloud Operations Engineer
- Experienced in the IT field, looking for a career growth in the DevOps domain using Terraform & Ansible
- DevOps Engineers looking to manage resources in AWS, Kubernetes, DigitalOcean, Docker using Terraform
******* Course Overview *******
Welcome to this amazing course on Terraform where you will learn how to manage your infrastructure as a code. Terraform is one of the most popular tool of choice for DevOps Engineers because it is platform agnostic, it can work with any provider either it would be GCP, Microsoft Azure, AWS, Kubernetes, Docker, etc.
You will learn how to interact with all of these providers, how to create resources, and how to automate managing the Infrastructure as a Code(IaC) using Terraform and much more!
******* Course Sections *******
Section 1: Course Introduction
Section 2: Terraform Introduction
Section 3: Terraform Basics
Section 4: AWS Provider Basics
Section 5: Providers Authentication & Configuration
Section 6: AWS CLI
Section 7: Terraform Building Blocks
Section 8: Terraform Variables
Section 9: Terraform and AWS – Network Stack Project
Section 10: Terraform and AWS – EC2 Web Server Project
Section 11: Terraform and DigitalOcean
Section 12: Terraform and Docker
Section 13: Terraform Modules
Section 14: Managing Terraform State
Section 15: Terraform and Kubernetes
Section 16: Course Completion
******* Course Updates *******
Note: The sections of this course are not static, there will be constant updates to all the sections, we will be adding more sections, more lessons to existing sections, on a monthly basis.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Introduction
Lecture 2: Terraform Code Repository & Course Slides
Chapter 2: Terraform Introduction
Lecture 1: What we will learn in this section?
Lecture 2: Why Terraform?
Lecture 3: How Terraform Works?
Lecture 4: IaC vs Configuration Management
Lecture 5: Terraform Registry
Lecture 6: Terraform Provider Types
Lecture 7: Assignment – Install Terraform on macos
Lecture 8: Assignment – Install Terraform on Linux
Lecture 9: Code Editor for Terraform
Lecture 10: Knowledge Checkpoint for Bob
Chapter 3: Terraform Basics
Lecture 1: What we will learn in this section?
Lecture 2: Terraform root Module
Lecture 3: Terraform Configuration File Syntax
Lecture 4: Terraform Special Configuration Block
Lecture 5: Alias for Terraform Command
Lecture 6: terraform validate, terraform fmt, terraform init
Lecture 7: Demo – Terraform validate, fmt, init Commands
Lecture 8: Knowledge Checkpoint for Bob
Chapter 4: AWS Provider Basics
Lecture 1: What we will learn in this section?
Lecture 2: AWS Provider
Lecture 3: Initializing AWS Provider
Lecture 4: Dependency Lock File .terraform.lock.hcl
Lecture 5: Terraform Providers Command
Lecture 6: Configuring AWS Provider
Lecture 7: Assignment – Create AWS IAM User
Lecture 8: Access & Secret Keys
Lecture 9: Knowledge Checkpoint for Bob
Chapter 5: Providers Authentication & Configuration
Lecture 1: AWS Provider Configuration Sources
Lecture 2: Providing AWS Access & Secret Key via Parameters
Lecture 3: Assignment – Create AWS IAM Group via Terraform
Lecture 4: terraform state list Command
Lecture 5: Providing Creds via Environment Variables
Lecture 6: Demo – Providing Creds via Environment Variables
Lecture 7: Terraform plan output to file
Chapter 6: AWS CLI
Lecture 1: AWS CLI Introduction
Lecture 2: Demo – Installing AWS CLI
Lecture 3: Configuring AWS Credentials
Lecture 4: Demo – Configure AWS CLI
Lecture 5: Listing IAM Users & Groups
Lecture 6: Export AWS_PROFILE
Lecture 7: Shared Credentials & Configuration Files
Lecture 8: Assignment – Import IAM Group into Terraform
Lecture 9: Solution – Import AWS IAM Groups into Terraform
Chapter 7: Terraform Building Blocks
Lecture 1: Terraform State File
Lecture 2: Demo – Terraform State File
Lecture 3: Terraform State File Lost?
Lecture 4: Tagging AWS Resources
Lecture 5: Demo – Add Tags to AWS Resources
Lecture 6: Default Tags
Lecture 7: AWS Tag Requirements & Limitations
Lecture 8: Tagging Categories
Lecture 9: Terraform Outputs
Lecture 10: Assignment – Output All Tags
Lecture 11: Solution – Output All Tags
Lecture 12: Merging Terraform Configuration Files
Lecture 13: Demo – Merging Terraform Configuration Files
Lecture 14: Referencing Resource Attributes
Lecture 15: Demo – Referencing Resource Attributes
Lecture 16: Terraform Destroy
Lecture 17: Demo – Terraform Destroy
Chapter 8: Terraform Variables
Lecture 1: Terraform Variables Introduction
Lecture 2: Demo – Using Terraform Variables
Lecture 3: Assignment – Terraform List Variables
Lecture 4: Terraform Console
Lecture 5: Providing list input values from command line
Lecture 6: Providing list input values from file
Lecture 7: Terraform length Function
Lecture 8: element, sort, reverse Functions
Lecture 9: The count Meta-Argument
Lecture 10: Demo – count Meta-Argument
Lecture 11: Terraform Map variable type
Lecture 12: Terraform Splat Expressions
Lecture 13: Terraform For Expressions
Lecture 14: Assignment – Terraform Variables
Lecture 15: Solution – Terraform Variables
Lecture 16: Cleanup Time
Lecture 17: Knowledge Checkpoint for Bob
Chapter 9: Terraform and AWS – Network Stack Project
Lecture 1: What we will cover in this Project?
Lecture 2: Project Introduction
Lecture 3: Project Initialization
Lecture 4: AWS Services Shortcuts
Lecture 5: AWS VPC
Lecture 6: Manually Creating VPC
Instructors
-
Abid Malik | DevOps & Cloud Automation
Databases, DevOps, and Cloud Automation
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 0 votes
- 3 stars: 0 votes
- 4 stars: 2 votes
- 5 stars: 3 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
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple