Featured Work
Hands-on DevOps engineering projects
Auto-Decommission AWS Resources
Automated AWS cost-optimization system that detects idle EC2 and RDS resources and safely stops or terminates them.
- Serverless Lambda automation
- CloudWatch-based evaluations
- DRY_RUN safety mode
- SNS email notifications
- Terraform-managed infrastructure
Tech: AWS Lambda, Terraform, Python, CloudWatch, SNS
View on GitHubInfrastructure Automation with Terraform
Proof-of-concept demonstrating secure, scalable AWS infrastructure provisioning.
- Load-balanced EC2 architecture
- ACM SSL/TLS integration
- Route 53 DNS routing
- High-availability design
Tech: Terraform, AWS ACM, EC2, ALB, Route 53
View on GitHubKubernetes Platform with EKS & ArgoCD
Secure Kubernetes platform built using GitOps practices.
- Private EKS cluster
- ArgoCD GitOps deployment
- Terraform-provisioned networking
- CloudWatch monitoring
Tech: Amazon EKS, Kubernetes, ArgoCD, Terraform
View on GitHubVLSM Network Design
Designed and implemented optimized VLSM subnetting for an enterprise network.
- Efficient IP address allocation
- Router & switch configuration
- Packet Tracer simulations
Tech: Cisco Packet Tracer, VLSM, Networking
NetDevOps Automation Framework
Production-grade network automation framework with YAML-driven inventory, Jinja2 templating, compliance validation, drift detection, automated remediation, structured logging, config archival, dry-run mode, and modular architecture. Includes GitHub Actions CI/CD pipeline.
- YAML-driven inventory management
- Jinja2 configuration templating
- Compliance validation & drift detection
- Automated remediation workflows
- Structured logging & config backups
- GitHub Actions CI/CD integration
Tech: Python, Netmiko, Jinja2, YAML, Cisco IOS-XE, GitHub Actions
View on GitHub