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

Version Path
lono-7.5.2 lib/lono/help/xgraph.md
lono-7.5.1 lib/lono/help/xgraph.md
lono-7.5.0 lib/lono/help/xgraph.md
lono-7.4.11 lib/lono/help/xgraph.md
lono-7.4.10 lib/lono/help/xgraph.md
lono-7.4.9 lib/lono/help/xgraph.md
lono-7.4.8 lib/lono/help/xgraph.md
lono-7.4.7 lib/lono/help/xgraph.md
lono-7.4.6 lib/lono/help/xgraph.md
lono-7.4.5 lib/lono/help/xgraph.md
lono-7.4.4 lib/lono/help/xgraph.md
lono-7.4.3 lib/lono/help/xgraph.md
lono-7.4.2 lib/lono/help/xgraph.md
lono-7.4.1 lib/lono/help/xgraph.md
lono-7.4.0 lib/lono/help/xgraph.md
lono-7.3.2 lib/lono/help/xgraph.md
lono-7.3.1 lib/lono/help/xgraph.md
lono-7.3.0 lib/lono/help/xgraph.md
lono-7.2.3 lib/lono/help/xgraph.md
lono-7.2.2 lib/lono/help/xgraph.md