一键导入
cfn-explain
Explain what a CloudFormation template does in plain English, including architecture, costs, and access patterns
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Explain what a CloudFormation template does in plain English, including architecture, costs, and access patterns
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a monthly capacity and cost report for a service or AWS account, with rightsizing recommendations
Review a CloudFormation template for security issues, cost risks, and compliance violations
Assess the blast radius and deployment risk of changes to a CloudFormation template
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 | cfn-explain |
| description | Explain what a CloudFormation template does in plain English, including architecture, costs, and access patterns |
Explain the CloudFormation template that is currently open or selected.
Produce an explanation structured as follows:
One paragraph in plain English. No AWS jargon where possible. Describe it as you would to a developer who uses AWS but hasn't read the CloudFormation spec.
Example: "This deploys a containerised web application on ECS Fargate behind an Application Load Balancer. The app runs in private subnets and only accepts HTTPS traffic from the internet. It stores session data in ElastiCache Redis and user data in an RDS PostgreSQL database."
Draw a simple ASCII/text diagram showing how the resources connect:
Internet → ALB (HTTPS) → ECS Service → RDS (PostgreSQL)
↓
ElastiCache (Redis)
↓
S3 (static assets, read-only)
A table of every resource this creates:
| Resource | Type | Purpose | Monthly cost estimate |
|---|---|---|---|
| ... | AWS::ECS::Service | ... | ~$XX |
For cost estimates, give rough order-of-magnitude figures based on default parameter values. Note which resources have variable costs.
List every parameter that has no default, grouped by:
Any non-obvious behaviours, costs, or limits someone using this template should know about.