بنقرة واحدة
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: