This repo is a companion repo for the Building the AIRE Framework livestream series.
In this series, we'll build a complete AI Reliability Engineering (AIRE) framework from the ground up. We'll show you how to transform traditional automation into context-aware AI agents that understand your systems, follow best practices, and work alongside human engineers to enhance reliability. Throughout this series, we'll progressively develop AI agents that generate Terraform configurations, integrate with GitHub for version control, and validate AWS resource deployments—creating a full-circle AIRE system. Whether you're an SRE looking to reduce alert fatigue or a platform engineer interested in more resilient systems, this series will show you practical ways to implement AIRE principles that make both your infrastructure and your team more dependable.
This repository contains a simple Terraform configuration for AWS that creates:
- A VPC with a single public subnet
- An internet gateway for internet access
- A security group with open ports
This repository is intentionally missing the EC2 instance configuration, which will be added via the Terraform agent via a GitHub PR. We will use a standard GitOps workflow to automatically preview the infrastructure changes at the PR submission, and applies the changes to the production environment when the PR is merged.
This repository now includes automated Terraform workflows:
- PR Workflow: Validates and plans Terraform changes on pull requests
- Apply Workflow: Deploys infrastructure when PRs are merged to main
- Cost Guard: Blocks expensive resources to keep costs minimal
✅ Workflow Status: GitHub Actions configured and ready to deploy!
To-do: Write the instructions on how to trigger a terraform plan and when a terraform apply is executed.
In this example, an AI agent will submit a PR to add the EC2 instance to the existing production infrastructure.
Watch the Livestreams on the Craine Youtube Page or Peter Jausovec's Youtube Page