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

23 lines
806 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: "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]]