AI-Assisted SRE Incident Analysis
Event-driven serverless pipeline that catches infrastructure alarms, fans out three parallel collectors (metrics, logs, deploy context) through Step Functions, and hands the evidence to Amazon Bedrock for root-cause hypotheses — advisory-only, with explicit IAM denies so the model can never take an action.
- Express Step Functions for sub-second, high-volume fan-out over Standard.
- ARM64 Lambda for ~20% lower compute cost at equal throughput.
- Advisory-only by design — IAM explicitly denies the analyzer any mutating action.