23 lines
910 B
Markdown
23 lines
910 B
Markdown
---
|
||
title: "StackSets"
|
||
type: entity
|
||
tags: [AWS, CloudFormation, Multi-Account]
|
||
sources: [how-to-simplify-multi-account-deployments-monitoring, how-to-simplify-multi-account-deployments-monitoring-centralized-logs-for-aws-cloudformation-stacksets]
|
||
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]] |