AWS "Stack count" 对比 "Stack count for administrator account" 限制
AWS "Stack count" vs "Stack count for administrator account" limit
CloudFormation 有一些限制
- 堆栈计数 (200)
- 管理员帐户的堆栈计数 (20)
第二个极限到底是什么意思?我不会以管理员身份达到第二个限制而无法创建其他 180 个堆栈吗?如果管理员不能创建那 180 个堆栈谁可以?这是否意味着创建另一个角色(具有创建堆栈的权限)它可以创建所有 200 个堆栈(而管理员不能)?
您可能读错了 - 我认为它是 20 'stack sets' 限制和 200 层限制。
您可以在此处阅读有关堆栈集的更多信息:
Working with AWS CloudFormation StackSets
AWS CloudFormation StackSets extends the functionality of stacks by
enabling you to create, update, or delete stacks across multiple
accounts and regions with a single operation. Using an administrator
account, you define and manage an AWS CloudFormation template, and use
the template as the basis for provisioning stacks into selected target
accounts across specified regions.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html
CloudFormation 有一些限制 - 堆栈计数 (200) - 管理员帐户的堆栈计数 (20)
第二个极限到底是什么意思?我不会以管理员身份达到第二个限制而无法创建其他 180 个堆栈吗?如果管理员不能创建那 180 个堆栈谁可以?这是否意味着创建另一个角色(具有创建堆栈的权限)它可以创建所有 200 个堆栈(而管理员不能)?
您可能读错了 - 我认为它是 20 'stack sets' 限制和 200 层限制。
您可以在此处阅读有关堆栈集的更多信息:
Working with AWS CloudFormation StackSets
AWS CloudFormation StackSets extends the functionality of stacks by enabling you to create, update, or delete stacks across multiple accounts and regions with a single operation. Using an administrator account, you define and manage an AWS CloudFormation template, and use the template as the basis for provisioning stacks into selected target accounts across specified regions.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html