Render an AWS Route 53 zone description as DOT, for pretty rendering by graphviz.
zone2dot example.com | xdot -
- Just Python 2 if you invoke like
python zone2dot.py myzone.json
awscli
andjq
if you use thezone2dot
wrapper scriptxdot
or some other DOT viewer (this is very handy for in-browser rendering)
Works on the tiny subset of zones I've seen. If you have an interesting zone that doesn't work well, please submit an issue with the zone JSON (anonymized, if you care) attached.
- Run
make
to run the linter and make sure it's clean
- CNAMEs need thought
- tests
- prettier output