Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

View File

@@ -0,0 +1,24 @@
---
title: "CloudFormation"
type: entity
tags: [IaC, AWS]
sources: [How-Agentic-AI-can-help-for-Cloud-DevOps]
last_updated: 2026-04-16
---
## Summary
CloudFormation 是 AWS 提供的基础设施即代码IaC服务使用 JSON/YAML 模板声明式配置 AWS 资源。
## Definition
AWS 的 IaC 服务,通过模板声明式创建和管理 AWS 资源栈。
## Key Attributes
- **类型**IaC 工具
- **开发商**AWSAmazon
- **支持平台**AWS 专用
- **模板格式**JSON、YAML
## Connections
- [[AWS]] ← 属于 ← [[CloudFormation]]
- [[Terraform]] ← 类似 ← [[CloudFormation]]
- [[Pulumi]] ← 类似 ← [[CloudFormation]]