How can I quickly and effectively debug CloudFormation templates?

前端 未结 12 1331
野的像风
野的像风 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:52

    In addition to the AWS CLI aws cloudformation validate-template command there is a node-based cfn-check tool that does deeper validation.

提交回复
热议问题