取消 CloudFormation 堆栈中的参数数量限制
Remove the limit of number of parameters in CloudFormation stack
我们的 CF 堆栈中有 60 多个参数,无法列出。有没有办法在不破坏引用的情况下扩展限制(我们有嵌套堆栈)。
根据 Cloudformation,您的参数不能超过 60 个 docs
Maximum number of parameters that you can declare in your AWS CloudFormation template. 60 parameters. To specify more parameters, you can use mappings or lists in order to assign multiple values to a single parameter.
我们的 CF 堆栈中有 60 多个参数,无法列出。有没有办法在不破坏引用的情况下扩展限制(我们有嵌套堆栈)。
根据 Cloudformation,您的参数不能超过 60 个 docs
Maximum number of parameters that you can declare in your AWS CloudFormation template. 60 parameters. To specify more parameters, you can use mappings or lists in order to assign multiple values to a single parameter.