

# 使用 StackSets 跨账户和区域管理堆栈
<a name="what-is-cfnstacksets"></a>

CloudFormation StackSets 让您能够在单个操作中跨多个账户和 AWS 区域区域创建、更新或删除堆栈，从而扩展了堆栈的功能。通过使用管理员账户，您可定义和管理 CloudFormation 模板，并以该模板为基础，跨指定的 AWS 区域在选定目标账户中预置堆栈。

![StackSet 是在模板中跨多个账户和区域部署的资源的集合。](http://docs.aws.amazon.com/zh_cn/AWSCloudFormation/latest/UserGuide/images/stack_set_conceptual_sv.png)


本节介绍如何开始使用 StackSet，解答有关 StackSet 创建、更新和删除以及故障排除的常见问题。

**Topics**
+ [StackSets 概念](stacksets-concepts.md)
+ [使用 CloudFormation StackSet 的先决条件](stacksets-prereqs.md)
+ [使用示例模板开始使用 StackSet。](stacksets-getting-started.md)
+ [创建具有自行管理权限的 CloudFormation StackSet](stacksets-getting-started-create-self-managed.md)
+ [创建具有服务托管权限的 CloudFormation StackSet](stacksets-orgs-associate-stackset-with-org.md)
+ [为 AWS Organizations 中的堆栈集启用或禁用自动部署](stacksets-orgs-manage-auto-deployment.md)
+ [更新 CloudFormation StackSet](stacksets-update.md)
+ [将堆栈添加到 CloudFormation 堆栈集](stackinstances-create.md)
+ [覆盖 CloudFormation StackSet 中的堆栈参数值](stackinstances-override.md)
+ [从 CloudFormation StackSet 中删除堆栈](stackinstances-delete.md)
+ [删除 CloudFormation StackSet](stacksets-delete.md)
+ [使用目标账户门防止 StackSet 部署失败](stacksets-account-gating.md)
+ [为 CloudFormation StackSet 选择并发模式](concurrency-mode.md)
+ [对 CloudFormation StackSets 进行偏差检测](stacksets-drift.md)
+ [将堆栈导入 CloudFormation StackSet](stacksets-import.md)
+ [使用 CloudFormation StackSet 的最佳实践](stacksets-bestpractices.md)
+ [CloudFormation StackSet 示例模板](stacksets-sampletemplates.md)
+ [CloudFormation StackSets 故障排除](stacksets-troubleshooting.md)