Sha256: 1576e6b9852791f2918985d023be5c59b3d4cd0542c6e8b6b4778823704cbdc8
Contents?: true
Size: 882 Bytes
Versions: 59
Compression:
Stored size: 882 Bytes
Contents
## Example With more complex CloudFormation templates, the dependency can get difficult to follow. Visualizing the dependencies is helpful. lono code import https://s3.amazonaws.com/solutions-reference/aws-waf-security-automations/latest/aws-waf-security-automations.template --blueprint waf lono xgraph waf This above command generates a dependency chart. The command uses the DependsOn attribute specified in each resource to figure this out. It does not show implied dependencies that CloudFormaton automatically computes for us. The chart looks like this: ![](/img/tutorial/waf-chart.png){:.doc-photo} The chart is generated with [Graphviz](http://www.graphviz.org/). To install: brew install graphviz Blog Post also covers this: [lono inspect depends Tutorial Introduction](https://blog.boltops.com/2017/09/20/lono-inspect-depends-tutorial-introduction)
Version data entries
59 entries across 59 versions & 1 rubygems