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,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]]