Skip to main content

Scan your AWS account for cloud waste in 60 seconds

Project description

finops-scan

Scan your AWS account for cloud waste in 60 seconds.

Free, open source, read-only. No data stored. No resources modified.

pip install finops-scan
finops-scan --access-key AKIA... --secret-key ...

What it does

finops-scan connects to your AWS Cost Explorer API (read-only) and produces a ranked waste report in your terminal:

  • Top services by spend — with 30-day trend (increasing/decreasing/stable)
  • Waste opportunities — ranked by estimated impact, with specific actions
  • Tag coverage score — what % of your spend has team attribution
  • Estimated savings — conservative 20% estimate of actionable waste

Required IAM permission

finops-scan only needs one permission:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ce:GetCostAndUsage"
      ],
      "Resource": "*"
    }
  ]
}

Create a read-only IAM user with this policy and pass the credentials to finops-scan.

Installation

pip install finops-scan

Usage

# Using flags
finops-scan \
  --access-key YOUR_ACCESS_KEY \
  --secret-key YOUR_SECRET_KEY \
  --region us-east-1 \
  --account-id my-company

# Using environment variables (recommended)
export AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY
export AWS_SECRET_ACCESS_KEY=YOUR_SECRET_KEY
finops-scan

What it does NOT do

  • Does not store any data
  • Does not modify any AWS resources
  • Does not require CUR or S3 setup
  • Does not need root AWS credentials
  • Does not send data anywhere except your terminal

Built by fynC

finops-scan is the free CLI companion to fynC — a FinOps platform for cloud and AI spend visibility.

fynC monitors your spend continuously, alerts you on anomalies, attributes costs to teams automatically, and tracks AI/LLM spend at the model level alongside cloud infrastructure costs.

Join the early access list →

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finops_scan-0.1.2.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

finops_scan-0.1.2-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file finops_scan-0.1.2.tar.gz.

File metadata

  • Download URL: finops_scan-0.1.2.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for finops_scan-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ca1e0b1320e40e6cc8b375a1bd51872e3a894476a7d3ad2f8e75e72676f406f5
MD5 e9c3e2be99ceb3939f40245f1deef2d2
BLAKE2b-256 a257c8585bd61c6b273a15c2cf573bb4235b6fa4e695fa6f79f8f633d3e1b40a

See more details on using hashes here.

File details

Details for the file finops_scan-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: finops_scan-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for finops_scan-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 23dcf399f93144b97ec47a98319cc44640ba72a8a4853cf2927c861ad293f77a
MD5 e3a6302688f2b84fdd44fbb57cdc4304
BLAKE2b-256 43ec9db3b7f85de87c770daf06945b313c179bb4c7f96afa034a0df3a5d06806

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page