Projects
Real infrastructure. Real problems solved. Every project links to code — go inspect it.
With Terraform
Production-grade stack designed and deployed a fully modular Terraform-based ECS infrastructure behind an Application Load Balancer, integrated with CloudWatch alarms and SNS notifications. Simulated real-world failure scenarios to validate monitoring accuracy and system resilience, ensuring production traffic remained stable under fault conditions.
Engineered a fully automated, self-healing CI/CD pipeline for containerized workloads on ECS Fargate. Intentionally introduced a runtime health-check failure to validate ECS deployment controller behavior — confirmed automatic rollback, ALB traffic isolation, and CloudWatch observability across the full failure lifecycle.
Implemented native ECS Blue/Green deployments using CodeDeploy with a dual-listener ALB (Port 80 for production, Port 8080 for pre-flight validation). Injected a logic fault into the Green environment to test deployment guardrails — CloudWatch alarms on UnhealthyHostCount halted traffic shifting and kept production traffic exclusively on the stable Blue environment with zero user impact.