From cloud-cost-optimizer
Analyzes AWS, GCP, Azure costs via APIs; detects idle resources, top spenders; recommends rightsizing, RIs, spot workloads, storage tiering; generates IaC changes, reports, alerts.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin cloud-cost-optimizerThis skill is limited to using the following tools:
Analyze cloud spending across AWS, GCP, and Azure to identify waste, recommend rightsizing, and generate cost-saving configurations. Covers reserved instances, spot/preemptible workloads, storage tiering, idle resource cleanup, and budget alerting using cloud-native cost management APIs.
Optimizes AWS, Azure, GCP costs via rightsizing, tagging strategies, reserved instances, savings plans, spot instances, and spending analysis. Use for reducing expenses, infrastructure cost review, or cost governance.
Provides strategies for optimizing cloud costs on AWS, Azure, and GCP: visibility via tags/alerts, right-sizing, reserved/savings plans, spot instances, and lifecycle policies.
Share bugs, ideas, or general feedback.
Analyze cloud spending across AWS, GCP, and Azure to identify waste, recommend rightsizing, and generate cost-saving configurations. Covers reserved instances, spot/preemptible workloads, storage tiering, idle resource cleanup, and budget alerting using cloud-native cost management APIs.
ce:GetCostAndUsage, ec2:DescribeInstances, cloudwatch:GetMetricData permissionsaws ce get-cost-and-usage, gcloud billing budgets list)| Error | Cause | Solution |
|---|---|---|
Access Denied on Cost Explorer API | Missing ce:* IAM permissions | Attach the AWSBillingReadOnlyAccess managed policy to the IAM user/role |
No billing data available | Account is too new or cost export not enabled | Enable Cost Explorer (takes 24h to populate) or set up CUR (Cost and Usage Report) |
Rightsizing recommendation breaks workload | Instance too small for peak load | Base sizing on P95 utilization, not average; keep a 20% headroom buffer |
Spot instance terminated mid-job | Spot capacity reclaimed by provider | Use spot fleet with diversified instance types and implement checkpointing |
Budget alert not firing | SNS topic or notification channel misconfigured | Verify SNS subscription is confirmed and test with a low threshold |
env:production."