Aws cloudformation validate-template不断给出错误(模板格式错误)

时间:2014-09-17 02:32:26

标签: amazon-web-services amazon-cloudformation

昨天我一直坚持这个, 我运行以下命令:

  

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

(test.json是我的模板) 它不断给我一个轰鸣声错误:

  

调用时出现客户端错误(ValidationError)   ValidateTemplate操作:模板格式错误:JSON没有   良好的。 (第1行,第5栏)。

我甚至尝试使用不同的aws模板样本进行测试,但它仍然给出了相同的错误(使用diff clolumn编号)。 任何解决方案?

1 个答案:

答案 0 :(得分:40)

您发布的模板是有效的,但命令中存在语法错误,而且它没有传达问题所在。试试这个:

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