AWS Architecture Portfolio
Infrastructure as Code · AWS · Terraform

Four AWS platforms, explained visually.

Visual overviews of my AWS projects — each one a production-style system built with Terraform. These pages show how every component connects, how requests and data flow, and why the design decisions were made. Every project links to its full source code and documentation on GitHub; this site is the overview, the repositories are the deep dive.

Real-Time Trading Data Platform

Event-driven pipeline: Kinesis ingestion, ECS producers, a Lambda consumer, and a dual real-time + batch analytics path through DynamoDB, Firehose, Glue, and Athena.

Kinesis ECS Fargate Lambda DynamoDB Glue + Athena

EKS GitOps Platform

Two-repo platform: Terraform provisions the EKS foundation and hands off to ArgoCD, which reconciles applications, a Prometheus monitoring stack, and Telegram alerting from Git.

EKS ArgoCD GitOps Prometheus IRSA

Bedrock AgentCore Data Assistant

An AI agent that answers natural-language questions about company financial data, using Amazon Bedrock AgentCore to orchestrate tool calls into a Lambda-backed SQL layer.

Bedrock AgentCore Cognito API Gateway Lambda RDS Postgres