AI Ops Serverless Platform · English

Full walkthrough, in English

Every video in the series, end to end: the problem, the architecture, and the platform in action.

01

The 3 A.M. Problem This Platform Solves

Why this platform exists: the alarm fatigue problem it was built to solve, and the shape of the solution.

02

From Alarm to Fix, in Minutes

How the platform detects, diagnoses and proposes a fix, from alarm to human approval.

03

Full Platform Walkthrough & Architecture

A complete tour of the platform end to end, diagram in hand: how an alarm comes in, Claude explains what is likely wrong, and a human approves the fix before anything runs.

04

Modular Terraform, CI/CD Deployment and GitHub Actions

How the infrastructure is organised in reusable Terraform modules, and how every change ships through a tested GitHub Actions pipeline.

05

ECS and CloudWatch Health Check Demo

Verifying the application is healthy before triggering a failure: the ECS service, CloudWatch alarm state, and what a clean baseline looks like.

06

Testing & Monitoring by Intentionally Breaking the Service

The full incident loop in action: breaking the app on purpose, watching CloudWatch trigger the alarm, and approving the AI-proposed remediation in Mission Control.

Want to see the code behind these decisions? View repository on GitHub →