DevOps Engineer specialising inAgentic DevOps Workflows

I build AI-driven infrastructure systems that deliver faster, safer, and with less toil. Engineering teams spend time on product, not pipelines.

Projects

Things I've Built

AI Infrastructure · 2026

Agentic DevOps with Claude Code

I wanted to know what it felt like to let an AI agent do the infrastructure work while I supervised.

So I built the whole system. CLAUDE.md for project memory. Skills for on-demand execution — /scaffold-terraform, /tf-plan, /tf-apply, /deploy. Subagents for specialised roles. MCP servers for live AWS and Terraform awareness. Safety hooks so nothing destructive could happen without my approval.

Then I gave the agent a task: deploy a live website to S3 and CloudFront. It planned, it applied, it deployed. I reviewed and approved at each stage.

It worked. And it changed how I see this profession.

Agentic Rebuild · 2026

DevOps with Claude Code: PetClinic on EKS

I took the same application I deployed with a team and rebuilt it alone. My crew this time was AI.

Five MCP servers: Terraform, AWS, Cost Estimator, Library Docs, and Jira Integration. Two repositories with clear separation — the app repo is read-only, the infra repo is mine to build. Domain-specific rules for Terraform, Kubernetes, Helm, ArgoCD, and pipelines. Jira-driven development where Claude reads the epic acceptance criteria and builds against them.

Full observability. Security hardening throughout.

Team Project · June 2026

Spring PetClinic on AWS EKS

An 11-person team. 8 Spring Boot microservices. Two sprints. I was the Team Lead and Kubernetes Engineer.

I wrote the Kubernetes manifest files, managed namespaces, ConfigMaps, Secrets, and Ingress. The team integrated AWS Secrets Manager via External Secrets Operator so nothing sensitive ever touched the codebase, wired up GitOps with ArgoCD, built the GitHub Actions CI/CD pipeline, and made the whole stack observable with Prometheus, Grafana, and Zipkin distributed tracing.

When it went live, it worked. That's the standard.

AWS · Terraform · March 2026

Three-Tier Book Review App on AWS

Three tiers, strictly separated: Next.js on the front, Node.js for business logic, MySQL on RDS at the back. All of it provisioned with Terraform, none of it clicked together in a console.

The part worth talking about is the security model. An internet-facing ALB takes public traffic, an internal ALB carries service-to-service. Every tier accepts traffic only from its verified upstream security group, never from an IP range. If one tier is compromised, the blast radius stops there rather than spreading sideways through a subnet.

I modelled the whole thing on paper before provisioning a single resource, which kept the applied footprint close to the design. Then I wrote a complete guide so anyone could follow the same path.

Azure DevOps · Terraform · March 2026

CI/CD Pipeline with Azure DevOps and Terraform

Two repositories. One pipeline. The goal was to bridge infrastructure provisioning and application delivery in a single automated workflow, with each concern kept in its own place.

I built it with Azure DevOps and Terraform. Environment-specific configurations, automated stages, and a clean separation between the infra repo and the app repo. A private endpoint for MySQL Flexible Server kept the database off the public internet entirely, and a NAT Gateway solved Standard Load Balancer egress without opening any inbound surface.

The whole thing runs on a git push.

Videos

Walkthroughs & Demos

Recorded walkthroughs of projects I've shipped — narrated end to end so you can see how the pieces actually fit together.

Scaling Spring PetClinic Microservices on AWS

A walkthrough of how the 8 Spring Boot microservices were deployed and scaled on AWS EKS.

Watch on Loom

Taking a Portfolio Off Lovable, Onto AWS

From a no-code prompt to production infrastructure: Terraform-managed AWS, OIDC-authenticated CI/CD, and an AI-augmented safety net.

Watch on Loom

Deploying Portfolio Website on AWS

End-to-end deployment of a portfolio site on AWS — infrastructure, delivery, and the moving parts in between.

Watch on Loom

Approach

How I Think About Agentic DevOps

Traditional DevOps: an engineer writes Terraform, runs a plan, checks the output, applies it, monitors for errors, and repeats.

Agentic DevOps: I follow the Gather → Act → Verify method. The AI reads the Jira ticket to gather facts, understands the infrastructure context, acts by writing the Terraform, checks it against security rules, reviews the cost estimate, and asks me to approve and verify before it applies. I'm not removed from the process but elevated above it.

01

Context before code

Before an AI agent writes a single line, it needs to understand the full picture. CLAUDE.md is the briefing document I write for every project: architecture, conventions, security rules, service ports, everything. An agent without context is just autocomplete.

02

Specialised agents, not one agent doing everything

I run subagents with isolated roles. A security auditor that only reads. A Terraform writer with write access. A cost optimizer that reviews spend. Each one knows its job and stays in its lane.

03

Safety is not optional

Every agentic workflow I build has three hooks. UserPromptSubmit catches destructive intent before reasoning begins. PreToolUse blocks dangerous commands at the Bash layer, so terraform destroy and aws s3 rm never execute. PostToolUse timestamps every infrastructure action to an audit log. SAY → DO → LOG.

Teaching

Teaching This Work

The fastest way to find out whether you understand something is to teach it to someone who does not.

TechRise Bootcamp · 2026

ATC Africa

Facilitator, Cloud & DevOps Track

Invited to lead the Cloud and DevOps track for a three-week intensive across ATC Africa's network of 36 chapters and 240+ campuses in seven countries. Instructor-led sessions, practical labs, and a capstone project in the final week.

February 2026

Build With Oyo

DevOps Facilitator

Designed and delivered a three-day cloud curriculum from scratch to students with no prior exposure. Cloud fundamentals, AWS account setup, cost control through budgets and billing alarms, EC2, storage types, security groups, and Nginx as a reverse proxy. An Oyo State Government-backed programme.

About

The Story

Tomiwa Ashaye, DevOps Engineer

I started DevOps breaking things on Linux, debugging pipelines at odd hours, reading AWS documentation until things finally clicked. I did the fundamentals properly. Terraform. Kubernetes. Docker. CI/CD. Observability. I didn't skip steps.

Then I led an 11-person team deploying 8 Spring Boot microservices to AWS EKS. I wrote the Kubernetes manifests, managed namespaces, ConfigMaps, Secrets, and Ingress. I was the one making decisions when things broke.

Around the same time I started teaching, and watching students go from confused to confident turned out to be the part I was proudest of. I was also named Champion of the Week in my cohort for the AWS module.

Then something shifted in how I think about this profession.

The most valuable engineers aren't the ones who write the most code. They're the ones who design systems that write code for them. That's what pulled me into Agentic AI DevOps. Not as a trend. As a direction.

That's where I am now. And I'm just getting started.

Contact

Let's Talk

I'm open to fully remote DevOps and Cloud Engineer roles, as well as contract engagements. If you're building something that needs solid infrastructure, or you want to bring Agentic DevOps workflows into your team, I'm interested in that conversation.