How can I quickly and effectively debug CloudFormation templates?

前端 未结 12 1361
野的像风
野的像风 2020-11-30 20:53

CloudFormation is a powerful AWS offering that allows the programmatic creation of AWS resource stacks, such as the web tier of an application, a high performance computing

12条回答
  •  情话喂你
    2020-11-30 21:32

    Use the aws cloudformation validate-template command in the AWS CLI tool. It only validates whether your template is valid JSON or YAML, not whether your keys and values are correct (for example doesn't check for typos in keys)

提交回复
热议问题