Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

gpuaudit

Open-source GPU cost auditing. Scan your cloud for idle, oversized, and mispriced GPU instances and get actionable recommendations.

  ┌──────────────────────────────────────────────────────────┐
  │  GPU Fleet Summary                                       │
  ├──────────────────────────────────────────────────────────┤
  │  Total GPU instances:      103                           │
  │  Total monthly GPU spend:  $365155                       │
  │  Estimated monthly waste:  $23408      (   6%)           │
  └──────────────────────────────────────────────────────────┘

What it does

  • Scans EC2, SageMaker, EKS, and Kubernetes clusters for GPU waste
  • Detects idle instances, oversized GPUs, pricing mismatches, and unallocated capacity
  • Multi-account scanning via AWS Organizations
  • Outputs actionable recommendations with estimated savings

Get started

go install github.com/gpuaudit/cli/cmd/gpuaudit@latest
gpuaudit scan

See the cli repo for full docs.