https://github.com/kyhau/aws-resource-visualisation
Some scripts for creating simple visualisation for some for AWS resources.
https://github.com/kyhau/aws-resource-visualisation
aws d3 visualisation
Last synced: 6 months ago
JSON representation
Some scripts for creating simple visualisation for some for AWS resources.
- Host: GitHub
- URL: https://github.com/kyhau/aws-resource-visualisation
- Owner: kyhau
- Created: 2020-08-01T22:08:11.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-21T07:58:04.000Z (12 months ago)
- Last Synced: 2025-07-21T09:31:55.606Z (12 months ago)
- Topics: aws, d3, visualisation
- Language: Python
- Homepage:
- Size: 907 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-resource-visualisation
This repo includes tools/scripts to create simple visualisation for some AWS resources.
## Scripts and Demo Links
1. [CloudFormation "graph"](cloudformation-graph/)
([Demo](cloudformation-graph/output/frontend.yaml.png))
A script that builds a DOT graph from a CloudFormation template then exports it as a .png image.
1. [Network Directed Graph](network/directed-graph/)
([Demo](https://kyhau.github.io/aws-resource-visualisation/network/directed-graph/index.html))
An example of displaying network data (e.g. VPC Flow Log) in a Disjoint Force-Directed Graph.
1. [Network Tangled Tree](network/tangled-tree/)
(Demo TODO deploy to s3 with static hosting)
An example of displaying network data (e.g. DX, VIF, CGW, TGW, VPC) in a Tangled Tree.
1. [WorkSpaces Icicle Chart](workspaces/icicle_chart/)
([Demo](https://kyhau.github.io/aws-resource-visualisation/workspaces/icicle_chart/index.html))
An example of displaying distribution of Amazon WorkSpaces in an Icicle Chart (aka Call Tree).
1. [WorkSpaces Indented Tree](workspaces/indented_tree/)
([Demo](https://kyhau.github.io/aws-resource-visualisation/workspaces/indented_tree/index.html))
An example of displaying distribution of Amazon WorkSpaces in an Indented Tree.
1. [Collapsible tree](https://github.com/kyhau/d3-collapsible-tree-demo)
([Demo](https://kyhau.github.io/d3-collapsible-tree-demo/collapsible_tree.html))
An example of displaying data in a collapsible tree.
## Common Infrastructure
1. [cfn](cfn/) - CloudFormation templates for creating a static website backed by an S3 bucket and served via https througg CloudFront with OAC.
2. [deploy.sh](deploy.sh) - Upload content and assets to S3.
## Some Useful Tools for Visualisation
- AWS Perspective [awslabs/aws-perspective](https://github.com/awslabs/aws-perspective)
- AWS Diagram Maker [awslabs/diagram-maker](https://github.com/awslabs/diagram-maker)
- [AWS Transit Gateway network manager visualisation](https://aws.amazon.com/transit-gateway/faqs/)
- [FSecureLABS/awspx](https://github.com/FSecureLABS/awspx)
- [mhlabs/cfn-diagram](https://github.com/mhlabs/cfn-diagram)
- [mingrammer/diagrams](https://github.com/mingrammer/diagrams)
## Other Ideas
- https://observablehq.com/@d3/mobile-patent-suits
- https://github.com/erdogant/d3graph
- https://visjs.github.io/vis-network/examples/
- https://github.com/aws-samples/amazon-neptune-samples/tree/master/gremlin/visjs-neptune
- https://github.com/aws-samples/amazon-neptune-samples
- https://github.com/tableau/altimeter