Technical Architecture

Under the Hood of the Zero Egress Engine.

AIPrunr Detailed Architecture

Component Breakdown

1. Ingestion Service

Written in Go, this high-performance service connects to AWS Cost Explorer, Azure Cost Management, and GCP Billing APIs. It normalizes data from all three providers into a unified schema.

2. Heuristic Engine

The core intelligence of AIPrunr. It correlates billing data with VPC/NSG Flow Logs to identify "Zombie" resources—assets that are being billed but receiving zero business traffic.

3. Encrypted Storage

A local PostgreSQL instance stores all your historical cost data. Sensitive credentials are encrypted at rest using AES-256-GCM.

4. Zero Egress Boundary

The entire appliance sits behind your corporate firewall. It does not have an open port to the internet for ingress, and it only requests data from whitelisted cloud provider APIs.

View Security Policy