【发布时间】:2017-06-18 22:55:10
【问题描述】:
我正在尝试使用以下命令验证 AWS 示例 CloudFormation 模板:
▶ aws cloudformation validate-template --template-body template.yml
这会导致以下错误消息:
An error occurred (ValidationError) when calling the ValidateTemplate operation:
Template format error: unsupported structure.
我在许多模板上都试过这个,包括 AWS 文档中的示例模板。所以我知道模板没问题。
我做错了什么?
【问题讨论】:
-
致亲密的选民......这个问题显然不是SO的话题。 AWS CloudFormation 是开发人员用来在云中部署应用程序的工具;例如亚马逊上的无服务器应用程序; AWS CFN 是一种具有编程特性的声明式 DSL;没有编程知识的 SF 人无法回答这个问题,也没有任何用处。
标签: amazon-web-services amazon-cloudformation