aws-cost-optimize
仓库创建 2025年6月12日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
自动化生成可执行优化项并集成 Issue 跟踪,便于落地执行。
▸ 风险提示
需 AWS 读权限与 GitHub 权限以扫描资源并创建 issue。
这个 Skill 做什么
分析 IaC 与已部署资源以发现 AWS 成本优化机会并自动创建 GitHub issue。
扫描项目的 IaC 文件和目标 AWS 账户/区域资源,找出成本优化机会并为每条建议自动在 GitHub 创建 issue,同时生成一个 EPIC 方便统筹。适合做云成本审计、优化预算或推进降本落地时使用。特点是把发现的问题直接转成可追踪的 issue 流程,便于分工和执行。
▸ 展开 SKILL.md 英文原文
Analyze AWS resources used in the app (IaC files and/or resources in a target account/region) and optimize costs - creating GitHub issues for identified optimizations.
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aws-cost-optimize/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aws-cost-optimize/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AWS Cost Optimize This workflow analyzes Infrastructure-as-Code (IaC) files and AWS resources to generate cost optimization recommendations. It creates individual GitHub issues for each optimization opportunity plus one EPIC issue to coordinate implementation, enabling efficient tracking and execution of cost savings initiatives. ## Prerequisites - AWS CLI configured and authenticated (`aws sts get-caller-identity` succeeds) - GitHub MCP server configured and authenticated - Target GitHub repository identified - AWS resources deployed (IaC files optional but helpful) ## Workflow Steps ### Step 1: Get AWS Cost Optimization Best Practices **Action**: Retrieve cost optimization best pract
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有