Skip to main content

Aws/cost Report

@webframp/aws/cost-reportv2026.06.26.1· 10d agoREPORTS
01README

Format AWS cost estimates into readable reports with breakdowns and recommendations.

Features

  • Formatted markdown tables for EC2, RDS, and spec-based estimates
  • Cost breakdowns by tag (owner, project)
  • Actionable recommendations for cost optimization
  • JSON output for programmatic analysis

Usage

The report runs automatically after @webframp/aws/cost-estimate methods. It can also be run standalone:

# Run after method execution (automatic)
swamp model method run cost-est estimate_from_spec --input-file spec.json

# Run standalone on existing model
swamp model report cost-est --json

Report Output

  • Resource tables with per-item costs
  • Tag-based cost allocation (by owner, project)
  • Recommendations for:
    • Right-sizing expensive resources
    • Windows to Linux migration opportunities
    • Multi-AZ considerations for RDS
    • Tagging gaps

Labels

Filter reports using labels:

swamp model method run <model> <method> --report-label cost
02Release Notes

2026.06.26.1

Added: Unit test coverage (cost_report_test.ts) with 17 tests covering skip behavior, EC2/RDS table rendering, data handle filtering, method-specific recommendations, header content, and JSON output structure.

03Reports1
@webframp/aws/cost-reportmethod
cost_report.ts

Format AWS cost estimates into readable reports with breakdowns and recommendations

costfinopsaws
04Previous Versions5
2026.04.22.1Apr 22, 2026

updated platforms

2026.04.13.1Apr 13, 2026
2026.03.31.1Mar 31, 2026
2026.03.30.6Mar 30, 2026
2026.03.30.1Mar 30, 2026
05Stats
A
100 / 100
Downloads
14
Archive size
9.4 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels