Auto-sync: 2026-04-16 17:30
This commit is contained in:
23
wiki/entities/StackSets.md
Normal file
23
wiki/entities/StackSets.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "StackSets"
|
||||
type: entity
|
||||
tags: [AWS, CloudFormation, Multi-Account]
|
||||
sources: [how-to-simplify-multi-account-deployments-monitoring]
|
||||
last_updated: 2026-04-16
|
||||
---
|
||||
|
||||
## Summary
|
||||
StackSets 是 AWS CloudFormation 的扩展功能,支持跨多个 AWS 账号和区域部署和管理 CloudFormation 栈。
|
||||
|
||||
## Definition
|
||||
CloudFormation StackSets 允许在多个 AWS 账号和多个区域同时部署和管理 CloudFormation 栈,实现基础设施的自动化批量部署。
|
||||
|
||||
## Key Attributes
|
||||
- **类型**:CloudFormation 扩展功能
|
||||
- **开发商**:AWS
|
||||
- **核心功能**:跨账号、跨区域批量部署
|
||||
- **部署模式**:服务托管(Service-managed)、自托管(Self-managed)
|
||||
|
||||
## Connections
|
||||
- [[CloudFormation]] ← 扩展 ← [[StackSets]]
|
||||
- [[AWS]] ← 提供 ← [[StackSets]]
|
||||
Reference in New Issue
Block a user