Projects

Multi-select dropdown. Use arrow keys to navigate, Enter to select, and Escape to close.
1 option selected: AWS VPC

Create AWS EKS cluster with a Node Group

In this project, we’ll set up a Amazon EKS cluster with worker nodes. This includes creating IAM roles, VPC networking, the control plane, and EC2-based node groups. At the end, we’ll connect kubectl to the cluster and verify that everything is working.

Provision AWS EC2 using Terraform

This project demonstrates how to provision a complete AWS environment using Terraform. It includes setting up a VPC with subnets, configuring networking and security, and deploying an EC2 instance running Docker with a sample Nginx application. The goal is to show a fully automated, reproducible infrastructure setup in the cloud.