Skip to content

I'm currently populating my catalog on the site. Pardon the prefilled data. The entries are actively being updated and cleaned up.

Previous website
Capstone Project

Multi-Region Platform Resilience

A disaster recovery and high-availability architecture across two AWS regions using Route 53 failover, cross-region RDS replication, and automated runbooks for recovery validation.

Role: Platform / SRE EngineerTimeline: 8 weeksCategory: Platform Engineering
  • AWS Route 53
  • RDS Multi-Region
  • Terraform
  • CloudWatch
  • Lambda
  • S3

Overview#

This project built a multi-region active-passive architecture on AWS, ensuring production services could survive a full regional outage with a recovery time objective under 15 minutes.

Problem#

A single-region platform creates an existential risk for any service with uptime SLAs. When us-east-1 has an incident, there is no fallback path.

Solution#

Route 53 health-check-based failover routes traffic to us-west-2 automatically. Cross-region RDS read replicas are promoted to primary during a failover event. Recovery runbooks are automated via Lambda and validated in monthly game days.

Related Projects

A few additional builds that connect to the same infrastructure, delivery, and reliability themes.

Enterprise AWS Platform Engineering

A production-grade cloud platform built on AWS EKS with Terraform environment isolation, polyglot CI/CD across Node.js, Java, and Rust, GitOps via ArgoCD, and a layered security scanning strategy — end to end.

  • AWS EKS
  • Terraform
  • GitHub Actions
  • ArgoCD
  • Helm
  • Docker
  • ECR
  • Prometheus
  • Grafana

Kubernetes Workload Platform on AWS EKS

Provisioned a production-grade EKS cluster on AWS with Terraform, deployed containerised workloads using Helm, and automated the full delivery pipeline with Jenkins.

  • AWS EKS
  • Terraform
  • Jenkins
  • Helm
  • Docker
  • ECR

Containerised Application Delivery on AWS ECS

End-to-end deployment of a Node.js frontend and backend on AWS ECS Fargate, automated through a Jenkins CI/CD pipeline and provisioned with Terraform.

  • AWS ECS Fargate
  • Jenkins
  • Terraform
  • Docker
  • ECR