A selection of AWS infrastructure and tooling projects — from enterprise backup architecture to security automation and IaC templates.
Reference architecture for multi-region backup and archival on AWS. Covers S3 lifecycle policies, cross-region replication for disaster recovery, and AWS Backup vault governance — deployable via Terraform with environment-specific variable files.
Lightweight S3 security scanner with agent-style evaluation. Checks for public access exposure, encryption, versioning, and block public access settings. Includes change detection across runs and optional AI-generated remediation summaries via LLM.
Reusable Terraform module for provisioning a custom VPC with EC2 — covering subnets, routing, security groups, and instance configuration. Built for repeatability across environments.
Terraform template for deploying an EC2 instance with a least-privilege IAM role attached. Demonstrates secure instance profile patterns and role-based access control for compute workloads.
This site — a fully serverless 3-tier architecture on AWS. CloudFront + S3 for the frontend, API Gateway + Lambda (Python) for the backend, DynamoDB for persistence. Infrastructure provisioned entirely with Terraform, deployed via GitHub Actions CI/CD.