用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-optimizing-cloud-cost命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audit AWS cost optimization and tagging compliance.
Audit GCP cost optimization and labeling compliance.
Process discovery materials into Jira-ready epics and user stories, or iterate on an existing backlog.
基于 SOC 职业分类
正在显示 SKILL.md
| name | fabrico-optimizing-cloud-cost |
| description | Rightsizing, tagging, pricing models, and spend analysis. |
| Workload Type | AWS | Azure | GCP | Savings |
|---|---|---|---|---|
| Steady-state (24/7) | Reserved Instances / Savings Plans | Reserved VMs | Committed Use | 30-72% |
| Variable / burst | On-Demand + Auto-scaling | Pay-as-you-go | On-Demand | Baseline |
| Fault-tolerant batch | Spot Instances | Spot VMs | Preemptible | Up to 90% |
| Serverless / event-driven | Lambda | Functions | Cloud Functions | Pay-per-use |
| Data Access Pattern | AWS | Azure | GCP |
|---|---|---|---|
| Frequent (hot) | S3 Standard | Hot | Standard |
| Infrequent (30+ days) | S3 Standard-IA | Cool | Nearline |
| Rare (90+ days) | S3 Glacier | Cold | Coldline |
| Archive (365+ days) | S3 Deep Archive | Archive | Archive |
Rule: Implement lifecycle policies to auto-transition data between tiers.
| Tag | Purpose | Example |
|---|---|---|
Environment | Cost allocation by env | production, staging |
Project | Cost allocation by project | my-project |
CostCenter | Finance reporting | engineering |
Owner | Contact for unused resources | team@example.com |
ManagedBy | Track IaC vs manual | terraform |
Reference: See references/tagging-standards.md for full standards.
| ❌ Don't | ✅ Do |
|---|---|
| Over-provision "just in case" | Right-size based on metrics, scale up if needed |
| Use On-Demand for steady workloads | Use Reserved/Committed for predictable usage |
| Store all data in hot tier | Implement lifecycle policies |
| Skip tagging | Tag everything for cost visibility |
| Review costs monthly | Review weekly, alert on anomalies |
| Provider | Tools |
|---|---|
| AWS | Cost Explorer, Cost Anomaly Detection, Compute Optimizer |
| Azure | Cost Management, Advisor |
| GCP | Cost Management, Recommender |
| Multi-cloud | CloudHealth, Cloudability, Kubecost |
references/tagging-standards.md - Tagging conventions and enforcementfabrico-implementing-terraform-modules - For resource provisioningfabrico-designing-multi-cloud-architecture - For cloud selection