cloudformation
仓库创建 2019年5月19日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
系统化的 IaC 模板与操作模式,适合自动化部署与团队协作。
▸ 风险提示
需 AWS 权限,会对基础设施作变更,存在配置错误或破坏风险。
这个 Skill 做什么
用于编写、部署与管理 AWS CloudFormation 堆栈的操作与最佳实践集合。
把基础设施用模板写好,能一键部署、回滚和管理堆栈,适合做可重复、可版本化的环境部署。需要把多资源组织成 stack、排查部署失败或修正 drift 时会用到 CloudFormation。特点是 Infrastructure as Code,便于审计、复现环境并在团队间统一部署流程。
▸ 展开 SKILL.md 英文原文
AWS CloudFormation infrastructure as code for stack management. Use when writing templates, deploying stacks, managing drift, troubleshooting deployments, or organizing infrastructure with nested stacks.
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/cloudformation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/cloudformation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AWS CloudFormation AWS CloudFormation provisions and manages AWS resources using templates. Define infrastructure as code, version control it, and deploy consistently across environments. ## Table of Contents - [Core Concepts](#core-concepts) - [Common Patterns](#common-patterns) - [CLI Reference](#cli-reference) - [Best Practices](#best-practices) - [Troubleshooting](#troubleshooting) - [References](#references) ## Core Concepts ### Templates JSON or YAML files defining AWS resources. Key sections: - **Parameters**: Input values - **Mappings**: Static lookup tables - **Conditions**: Conditional resource creation - **Resources**: AWS resources (required) - **Outputs**: Return values
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有