Create voice-based infra-assistant using Whisper + LLM
Vision-to-Infrastructure (diagram → terraform)
AI for Cloud Cost Optimization & Budgeting
LLMs + Security Automation
Infra Drift Detection & Resolution using AI
Build: Self-service portal with AI infra requests
Evaluation: Students present automation bots
Open Q&A: Debugging, Custom Use Cases
Final Project Presentation & Certification
Module 6: Working with Infra as a Code (IaC)
Create voice-based infra-assistant using Whisper + LLM
Vision-to-Infrastructure (diagram → terraform)
AI for Cloud Cost Optimization & Budgeting
Terraform – Your infrastructure sculptor 🛠 — learn how to build cloud resources declaratively, manage them consistently, and scale like a pro across AWS, Azure, and GCP.
Ansible – Your automation wizard 🛠 — master how to configure, deploy, and manage servers effortlessly with agentless automation.
Understand state management, providers, and modules in Terraform.
Write idempotent playbooks in Ansible to ensure systems always stay exactly how you want them.
Learn how Terraform provisions infrastructure and Ansible breathes life into it with configurations.
Hands-on labs to spin up real cloud environments and automate application deployments.
Enterprise tips for scalable, repeatable, and secure infrastructure setups.
Troubleshooting secrets for both tools to handle real-world DevOps challenges.
See them in action together — infrastructure + configuration = DevOps Superpower!
Module 7: Getting Started with Pipeline as Code in Jenkins
Learn what Pipeline as Code means and why it’s better than manual builds.
Understand the role of Jenkins in automating software delivery.
Create a Jenkinsfile to define your build steps in code.
Explore the difference between Declarative and Scripted pipelines.
Add simple stages like Build, Test, and Deploy.
Connect Jenkins with Git so pipelines run automatically on code changes.
See how to use Groovy syntax for pipeline steps.
Learn how to store and manage credentials securely.
Trigger pipelines manually or automatically.
Get a basic hands-on demo to run a complete pipeline from commit to deployment.
Module 8: Getting Started with Docker
Understand what Docker is and why it’s changing how we run applications.
Learn the difference between containers and virtual machines (and why containers are faster).
Install Docker and get familiar with Docker CLI commands.
Pull and run pre-built Docker images from Docker Hub.
Build your own Docker images using a Dockerfile.
Learn about layers in images and why they make builds faster.
Learn how to tag, push, and pull images from a registry.