一键导入
change-impact
Assess the blast radius and deployment risk of changes to a CloudFormation template
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Assess the blast radius and deployment risk of changes to a CloudFormation template
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a monthly capacity and cost report for a service or AWS account, with rightsizing recommendations
Explain what a CloudFormation template does in plain English, including architecture, costs, and access patterns
Review a CloudFormation template for security issues, cost risks, and compliance violations
Generate a rough monthly cost estimate for a CloudFormation template or proposed architecture
Detect and summarise CloudFormation stack drift — differences between deployed resources and their template definitions
Review IAM roles, policies, and trust relationships in a CloudFormation template for least-privilege compliance
| name | change-impact |
| description | Assess the blast radius and deployment risk of changes to a CloudFormation template |
Analyse the CloudFormation template changes that are currently staged or shown in the diff.
If a diff is not visible, ask: "Please paste the git diff or describe the changes you're making."
For each changed resource, classify the change:
| Change type | CloudFormation behaviour | Risk |
|---|---|---|
| Property update (no replacement) | In-place update | Low |
| Property update (requires replacement) | Resource deleted and recreated | HIGH |
| Resource addition | New resource created | Low |
| Resource removal | Resource deleted | HIGH if stateful |
| Type change | Resource replaced | HIGH |
Use the CloudFormation documentation to determine whether each property change requires resource replacement. Flag any changes that will cause a replacement with [REPLACEMENT].
For each changed resource:
| Risk level | Criteria |
|---|---|
| GREEN | Only additions or non-replacement updates, no stateful changes |
| AMBER | Replacement of stateless resources, or multiple changes at once |
| RED | Replacement of stateful resources, removal of resources with exports, changes to IAM roles in use |
Based on the risk level, recommend:
Generate a checklist specific to these changes: