Skip to main content

Aws/cost Report

@webframp/aws/cost-reportv2026.04.22.1· 1mo 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
02Reports1
@webframp/aws/cost-reportmethod
cost_report.ts

Format AWS cost estimates into readable reports with breakdowns and recommendations

costfinopsaws
03Previous Versions4
2026.04.13.1Apr 13, 2026
2026.03.31.1Mar 31, 2026
2026.03.30.6Mar 30, 2026
2026.03.30.1Mar 30, 2026
04Stats
A
100 / 100
Downloads
12
Archive size
7.9 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels