Sha256: a001b82a4ba6a5b94a76579a75d7a74bb603b927c857f28f73aa1b350e9749c5

Contents?: true

Size: 882 Bytes

Versions: 2

Compression:

Stored size: 882 Bytes

Contents

## Example

With more complex CloudFormation templates, the dependency get more difficult to follow.  Visualizing the dependencies is helpful.

    lono import https://s3.amazonaws.com/solutions-reference/aws-waf-security-automations/latest/aws-waf-security-automations.template --name waf
    lono inspect depends 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

2 entries across 2 versions & 1 rubygems

Version Path
lono-4.0.2 lib/lono/help/xgraph.md
lono-4.0.1 lib/lono/help/xgraph.md