nicoavila/AWS Pricing Analyzer
Uses AI to analyze a Terraform plan and provide an approximate AWS infrastructure cost estimate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tfplan-path | Path to the Terraform plan file (JSON format) | yes | — |
| aws-region | AWS region for pricing lookup | no | us-east-1 |
| time-frame | Cost time-frame unit: hourly, monthly, or yearly | no | monthly |
| model | OpenRouter model to use for analysis (e.g. openai/gpt-4o, anthropic/claude-sonnet-4-5) | no | openai/gpt-4o |
Outputs
| name | description |
|---|---|
| total-cost | Estimated total cost for the given time-frame |
| cost-report | Full cost analysis report as JSON |