从cloudformation运行yaml时出错

时间:2018-12-11 06:47:59

标签: yaml amazon-cloudformation

运行以下代码时出错:

Parameters:
  Counter:
    Type : Number
    Default : 5
    Description : Maximum number of times to check query execution

错误:

An error occurred (ValidationError) when calling the CreateChangeSet operation: Invalid input for parameter key Counter. Cannot specify usePreviousValue as true for a parameter key not in the previous template

我正在用yaml编写代码,并通过AWS cloudformation运行。

1 个答案:

答案 0 :(得分:0)

您是使用选项usePreviousValue创建ChangeSet还是更新堆栈?该错误提示您正在使用usePreviousValue和模板中不存在的参数。如果此参数是模板最新版本的一部分,则只能使用previous value