cloud-cost-estimator

Solid

Estimate cloud costs across AWS, Azure, and GCP with pricing comparison

DevOps & Infrastructure 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cloud Cost Estimator Skill ## Overview Estimates cloud costs across AWS, Azure, and GCP with provider comparison, reserved instance recommendations, and savings plan analysis. ## Capabilities - Estimate cloud costs (AWS, Azure, GCP) - Compare pricing across providers - Reserved instance recommendations - Savings plan analysis - Spot instance cost modeling - Cost breakdown by service - Integration with Infracost for IaC ## Target Processes - cloud-architecture-design - iac-review - migration-strategy ## Input Schema ```json { "type": "object", "required": ["resources"], "properties": { "resources": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "provider": { "type": "string" }, "specs": { "type": "object" }, "quantity": { "type": "number" } } } }, "providers": { "type": "array", "items": { "type": "string", "enum": ["aws", "azure", "gcp"] }, "default": ["aws"] }, "options": { "type": "object", "properties": { "region": { "type": "string", "default": "us-east-1" }, "currency": { "type": "string", "default": "USD" }, "includeReserved": { "type": "boolean", "default": true }, "duration": { "type": "string", "enum": ["hourly", "monthl...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills