Aws cloudformation validate-template 一直报错(模板格式错误)

Posted

技术标签:

【中文标题】Aws cloudformation validate-template 一直报错(模板格式错误)【英文标题】:Aws cloudformation validate-template keeps giving error (Template format error) 【发布时间】:2014-11-10 22:42:14 【问题描述】:

从昨天开始我就一直被这个问题困扰, 我运行以下命令:

aws cloudformation validate-template --template-body test.json

(test.json 是我的模板) 它一直给我下面的错误:

A client error (ValidationError) occurred when calling the ValidateTemplate operation: Template format error: JSON not well-formed. (line 1, column 5).

我什至尝试使用不同的 aws 模板样本进行测试,但它仍然给我同样的错误(带有 diff clolumn 编号)。 有什么解决办法吗?

【问题讨论】:

【参考方案1】:

您发布的模板有效,但命令中存在语法错误,并且没有说明问题所在。试试这个:

aws cloudformation validate-template --template-body file://template.json

【讨论】:

以上是关于Aws cloudformation validate-template 一直报错(模板格式错误)的主要内容,如果未能解决你的问题,请参考以下文章

AWS 批处理 cloudformation - “CannotPullContainerError”

将现有 AWS 资源整合到 CloudFormation 堆栈中

AWS Cloudformation的相关概念

CloudFormation - 将标签应用于其他 AWS 资源

AWS CloudFormation:Cognito LambdaTrigger CustomEmailSender - 属性“AWS CloudFormation 目前不支持。”和 CDK 的使用

AWS学习笔记--利用CloudFormation管理AWS资源