Files
nexus/wiki/entities/CloudFormation.md
2026-04-16 17:30:41 +08:00

25 lines
666 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]