无法创建 CloudFormation 堆栈 [关闭]

Posted

技术标签:

【中文标题】无法创建 CloudFormation 堆栈 [关闭]【英文标题】:Unable to create CloudFormation Stacks [closed] 【发布时间】:2019-12-13 06:07:28 【问题描述】:

为什么会出现这个错误:

确认堆栈先决条件堆栈依赖缺失 - 标准主题堆栈不存在!

【问题讨论】:

您可以发布您创建的 cloudformation 模板吗?如果您提供的只是这些,错误是不言自明的。 运行:“example-create-linuxwebserver-stack -E Production -T small -V 4.0.0 -i”? [Y/n/q] 确认堆栈先决条件堆栈依赖缺失 - 标准主题堆栈不存在!运行:“example-create-linuxwebserver-stack -E Development -T small -V 1.0.0 -m -i”? [Y/n/q] 确认堆栈先决条件堆栈依赖缺失 - 标准主题堆栈不存在!' 【参考方案1】:

错误消息是说堆栈从另一个堆栈(称为StandardTopics)导入信息。因此,需要StandardTopics 堆栈存在,才能构建此新堆栈。

在您尝试部署的堆栈中查找Fn::ImportValue 引用。它将包含对StandardTopics 的引用。

【讨论】:

以上是关于无法创建 CloudFormation 堆栈 [关闭]的主要内容,如果未能解决你的问题,请参考以下文章

AWS cloudFormation LAMP 堆栈失败

如何导出 SNS 主题以在 Cloudformation 中的不同堆栈中使用

无法通过自定义 cloudformation 资源调用 lambda 函数

创建没有资源的 CloudFormation 堆栈

创建 AMI 映像作为 cloudformation 堆栈的一部分

AWS Amplify:如何重新创建手动删除的 CloudFormation 堆栈