CDK
cfn-nag
Section titled “cfn-nag”https://github.com/stelligent/cfn_nag
Run yarn cdk synth ...
for stacks and scan generated CloudFormation templates with:
find ./cdk.out -type f -name '*.template.json' -exec docker run -v `pwd`/cdk.out:/cdk.out -t stelligent/cfn_nag {} \;
Disable progress bar
Section titled “Disable progress bar”yarn cdk deploy --progress events ...
Rollback failed stack
Section titled “Rollback failed stack”aws cloudformation continue-update-rollback --stack-name some-stack --resources-to-skip XXX