cloudformation-guard

Validates CloudFormation templates against compliance rules

brewmacoslinux
Try with needOr install directly
Source

About

Checks CloudFormation templates for compliance using a declarative syntax

Commands

cfn-guard

Examples

Validate a CloudFormation template against default rules$ cfn-guard validate -t template.yaml
Validate a template using a custom rule set$ cfn-guard validate -t template.yaml -r rules.guard
Validate all templates in a directory against rules$ cfn-guard validate -t templates/ -r compliance-rules.guard