Auto-sync: 2026-04-16 17:30
This commit is contained in:
24
wiki/entities/CloudFormation.md
Normal file
24
wiki/entities/CloudFormation.md
Normal 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 工具
|
||||
- **开发商**:AWS(Amazon)
|
||||
- **支持平台**:AWS 专用
|
||||
- **模板格式**:JSON、YAML
|
||||
|
||||
## Connections
|
||||
- [[AWS]] ← 属于 ← [[CloudFormation]]
|
||||
- [[Terraform]] ← 类似 ← [[CloudFormation]]
|
||||
- [[Pulumi]] ← 类似 ← [[CloudFormation]]
|
||||
Reference in New Issue
Block a user