Terraform hands-on

Hello

I’ve completed the Terraform fundamentals course, and I’d now like to get more hands-on practice to improve my skills. Are there any practical exercises or labs that I can work on?

Thank you.

There are a few in KodeKloud Engineer.
You can also check out Learn By Doing: AWS Workshop with Terraform

1 Like

"Yes, you can practice Terraform tasks from Levels 1 to 4 on KodeKloud Engineer.
Simply log in, add Terraform to your practice session, and start solving the tasks.

LEVEL 1 : GitHub - MiqdadProjects/kodekloud-terraform-solutions: Complete solutions and documentation for KodeKloud Engineer Terraform Level 1 tasks. Each task includes problem analysis, solution implementation, and detailed explanations with best practices. · GitHub

LEVEL 2: GitHub - MiqdadProjects/kodekloud-terraform-level-2-solution: Complete solutions and documentation for KodeKloud Engineer Terraform Level 2 tasks. Each task includes problem analysis, solution implementation, and detailed explanations with best practices. · GitHub

LEVEL 3 : GitHub - MiqdadProjects/kodekloud-terraform-level-3-solution: Complete solutions and documentation for KodeKloud Engineer Terraform Level 3 tasks. Each task includes problem analysis, solution implementation, and detailed explanations with best practices. · GitHub

LEVEL 4 : GitHub - MiqdadProjects/kodekloud-terraform-level-4-solution: About Complete solutions and documentation for KodeKloud Engineer Terraform Level 4 tasks. Each task includes problem analysis, solution implementation, and detailed explanations with best practices. · GitHub

I’ve also created a GitHub repository with reference solutions to help you if you get stuck. If you find the solutions helpful, please consider leaving a star on the repo!"

1 Like

You can also use the AWS Playground or the Terraform + AWS Playground to practice your Terraform skills. Start by creating simple resources like a VPC, EC2 instance, and security group.

AWS Playground: AWS

Terraform + AWS Playground: Terraform + AWS Playground | KodeKloud

1 Like

Hello,

Thank you for your responses. I really appreciate your help.

Cordially