In Progress
Jenkins Application on AWS
Stack: AWS EC2, Jenkins, Terraform, GitHub
Automated CI/CD platform on AWS with modular Terraform and a Jenkins master with build nodes. Infrastructure is defined as code; pipelines trigger via GitHub webhooks to build, test, and deploy.
- Modular IaC in Terraform (network, security, Jenkins layers)
- Jenkins master & ephemeral nodes; locked-down IAM and VPC isolation
- Outcome: faster iteration and reproducible deployments
Repository
In Progress
Cloud Resume Challenge
Stack: AWS (S3, CloudFront, Lambda, API Gateway, DynamoDB), Terraform, GitHub Actions
Serverless, IaC-driven resume website with a visitor counter stored in DynamoDB and API powered by Lambda. CI/CD via GitHub Actions.
- End-to-end IaC in Terraform + automated deploys on push
- Goal: showcase modern DevOps patterns with measurable metrics
Live demo (soon)
In Progress
Master’s Thesis — GuardDuty Automation
Stack: AWS GuardDuty, EventBridge, Lambda, DynamoDB, Terraform, Python
Centralized collection of GuardDuty findings across AWS regions using EventBridge with a Lambda response layer. The system measures detection→response latency and automates mitigations for findings
- Global fan-in (multi-account/region) with consistent event schema
- Automated response: isolate/tag resources, audit trail in DynamoDB, notify stakeholders
- Latency telemetry: occurrence → detection → response → resolution