Available for Cloud / DevOps roles

Infrastructure that runs
itself.

Cloud & DevOps Engineer specializing in Infrastructure as Code, AWS, Kubernetes, Docker, Terraform, and CI/CD — I design, automate, and ship the systems most people only draw on a whiteboard.

5
Systems shipped
3
Compute models
EKS · ECS · Lambda
100%
IaC provisioned
// request path live
Client ALB us-east-1 EKS / ECS containers CloudWatch
Systems built

Real infrastructure, not slideware

Every diagram below traces the actual data path of a deployed system — provisioned with Terraform, shipped through GitHub Actions.

01 · Full-stack on EKS

Savory Table

A Node.js restaurant application deployed like a real production system — Docker → EKS, with Terraform-provisioned VPC, ECR, and RDS, and Prometheus/Grafana watching it the whole way.

Node.jsMySQL/RDSEKSTerraformGitHub ActionsPrometheus
View source
GH Actions EKS Pod app.js ECR RDS MySQL
02 · Event-driven

Serverless DevOps Platform

An AWS-first, fully event-driven reference architecture. Upload hits S3, a queue with a dead-letter safety net feeds Lambda, and DynamoDB + SNS close the loop — no servers, no idle cost.

LambdaAPI GatewayCognitoSQS/DLQDynamoDBSNS
View source
S3 SQS + DLQ Lambda DynamoDB
03 · Java on Fargate

ECS Web Application Deployment

A Java 17 / Spring WAR, built with Maven, deployed to ECS on Fargate — zero EC2 instances to patch. Application Load Balancer in front, CloudWatch logging every request.

Java 17SpringMavenECS FargateALBCloudWatch
View source
Client ALB :80 Fargate :8080 CloudWatch
04 · Kubernetes fundamentals

EKS Public Architecture Lab

A cost-optimized EKS cluster on Kubernetes 1.31, built with the terraform-aws-modules registry module — no NAT Gateway, public nodes, and an autoscaling node group for fast, cheap iteration.

EKS 1.31TerraformIRSA/OIDCManaged Node Group
View source
IGW Node Group min 1 / max 3 t3.micro t3.micro t3.micro
05 · Client web build

Benom Cakes N More

A responsive bakery site built for a real client — static front end, direct-to-WhatsApp ordering, and a Supabase client already wired in as the foundation for what's next.

HTML/CSS/JSSupabaseWhatsApp API
View source
Visitor index.html WhatsApp Supabase (next)
Capabilities

The stack behind every system above

AWS Cloud
EC2 · S3 · IAM · VPC · RDS · Route 53 · CloudWatch · Lambda · SNS/SQS · DynamoDB · API Gateway · Cognito · EKS · ECS Fargate · ECR
Infrastructure as Code
Terraform modules · remote state patterns · variable abstraction · reusable, parameterized configurations
Containers & Orchestration
Docker · Kubernetes (EKS) — Deployments, Services, Ingress, IRSA/OIDC · Amazon ECS on Fargate
CI/CD
GitHub Actions — build, containerize, push to ECR / GitHub Packages, deploy on merge
Monitoring & Observability
Prometheus · Grafana · CloudWatch — log aggregation, alerting, dashboards
Application Development
Node.js · Java 17 / Spring · Maven · HTML/CSS/JS · Supabase · MySQL (RDS)
Experience

Where the hands-on time went

2025 — Present
Cloud Engineering Instructor
Independent Training Program · Lagos, Nigeria
  • Designed and delivered an AWS + Linux cloud engineering curriculum for a cohort of 5 — IAM, EC2, S3, VPC networking, RDS, Route 53, CloudWatch, static hosting.
  • Ran live deployment labs on real AWS environments, taking students from zero to functional cloud deployments.
  • Mentored on Terraform fundamentals: modularization, remote state, variable abstraction.