aws-resource-health-diagnose

仓库创建 2025年6月12日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

把诊断流程结构化并产出可执行修复方案,利于 SRE 响应。

▸ 风险提示

需要 AWS 访问权限查看日志与指标,可能暴露敏感信息。

这个 Skill 做什么

分析 AWS 资源健康,基于 CloudWatch 日志与指标诊断并给出修复计划。

读取 CloudWatch 的日志和指标来评估单个 AWS 资源的运行健康,定位问题并给出分步骤的修复计划和优先级。碰到实例不稳、报警频繁或要排查性能退化时就用,能把诊断结果变成可执行的 remediation step。特色是把监控数据和可操作的修复建议连成一套,便于运维落地和跟踪。

▸ 展开 SKILL.md 英文原文

Analyze AWS resource health, diagnose issues from CloudWatch logs and metrics, and create a remediation plan for identified problems.

自动化集成资源健康故障诊断CloudWatch通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aws-resource-health-diagnose/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aws-resource-health-diagnose/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AWS Resource Health & Issue Diagnosis

This workflow analyzes a specific AWS resource to assess its health status, diagnose potential issues using CloudWatch logs and metrics, and develop a comprehensive remediation plan for any problems discovered.

## Prerequisites
- AWS CLI configured and authenticated
- Target AWS resource identified (name, type, and optionally region/account)
- CloudWatch logging and metrics enabled on the target resource

## Workflow Steps

### Step 1: Get AWS Diagnostic Best Practices
Fetch `https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/` for monitoring and troubleshooting guidance to inform the diagnostic approach.

### Step 2: Resource Discovery &
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有