{"id":38839342,"url":"https://github.com/kyhau/aws-resource-visualisation","last_synced_at":"2026-01-17T13:59:11.673Z","repository":{"id":53947596,"uuid":"284346734","full_name":"kyhau/aws-resource-visualisation","owner":"kyhau","description":"Some scripts for creating simple visualisation for some for AWS resources.","archived":false,"fork":false,"pushed_at":"2025-07-21T07:58:04.000Z","size":929,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T09:31:55.606Z","etag":null,"topics":["aws","d3","visualisation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyhau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-01T22:08:11.000Z","updated_at":"2023-10-15T08:39:09.000Z","dependencies_parsed_at":"2023-02-06T11:15:16.621Z","dependency_job_id":"b65cad47-4b3b-423d-a4e3-c1ad2232b9ca","html_url":"https://github.com/kyhau/aws-resource-visualisation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kyhau/aws-resource-visualisation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Faws-resource-visualisation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Faws-resource-visualisation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Faws-resource-visualisation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Faws-resource-visualisation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyhau","download_url":"https://codeload.github.com/kyhau/aws-resource-visualisation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Faws-resource-visualisation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","d3","visualisation"],"created_at":"2026-01-17T13:59:11.575Z","updated_at":"2026-01-17T13:59:11.666Z","avatar_url":"https://github.com/kyhau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-resource-visualisation\n\nThis repo includes tools/scripts to create simple visualisation for some AWS resources.\n\n## Scripts and Demo Links\n\n1. [CloudFormation \"graph\"](cloudformation-graph/)\n   ([Demo](cloudformation-graph/output/frontend.yaml.png))\n   \u003cbr\u003eA script that builds a DOT graph from a CloudFormation template then exports it as a .png image.\n1. [Network Directed Graph](network/directed-graph/)\n   ([Demo](https://kyhau.github.io/aws-resource-visualisation/network/directed-graph/index.html))\n   \u003cbr\u003eAn example of displaying network data (e.g. VPC Flow Log) in a Disjoint Force-Directed Graph.\n1. [Network Tangled Tree](network/tangled-tree/)\n   (Demo TODO deploy to s3 with static hosting)\n   \u003cbr\u003eAn example of displaying network data (e.g. DX, VIF, CGW, TGW, VPC) in a Tangled Tree.\n1. [WorkSpaces Icicle Chart](workspaces/icicle_chart/)\n   ([Demo](https://kyhau.github.io/aws-resource-visualisation/workspaces/icicle_chart/index.html))\n   \u003cbr\u003eAn example of displaying distribution of Amazon WorkSpaces in an Icicle Chart (aka Call Tree).\n1. [WorkSpaces Indented Tree](workspaces/indented_tree/)\n   ([Demo](https://kyhau.github.io/aws-resource-visualisation/workspaces/indented_tree/index.html))\n   \u003cbr\u003eAn example of displaying distribution of Amazon WorkSpaces in an Indented Tree.\n1. [Collapsible tree](https://github.com/kyhau/d3-collapsible-tree-demo)\n   ([Demo](https://kyhau.github.io/d3-collapsible-tree-demo/collapsible_tree.html))\n   \u003cbr\u003eAn example of displaying data in a collapsible tree.\n\n## Common Infrastructure\n\n1. [cfn](cfn/) - CloudFormation templates for creating a static website backed by an S3 bucket and served via https througg CloudFront with OAC.\n2. [deploy.sh](deploy.sh) - Upload content and assets to S3.\n\n## Some Useful Tools for Visualisation\n\n- AWS Perspective [awslabs/aws-perspective](https://github.com/awslabs/aws-perspective)\n- AWS Diagram Maker [awslabs/diagram-maker](https://github.com/awslabs/diagram-maker)\n- [AWS Transit Gateway network manager visualisation](https://aws.amazon.com/transit-gateway/faqs/)\n- [FSecureLABS/awspx](https://github.com/FSecureLABS/awspx)\n- [mhlabs/cfn-diagram](https://github.com/mhlabs/cfn-diagram)\n- [mingrammer/diagrams](https://github.com/mingrammer/diagrams)\n\n## Other Ideas\n\n- https://observablehq.com/@d3/mobile-patent-suits\n- https://github.com/erdogant/d3graph\n- https://visjs.github.io/vis-network/examples/\n- https://github.com/aws-samples/amazon-neptune-samples/tree/master/gremlin/visjs-neptune\n- https://github.com/aws-samples/amazon-neptune-samples\n- https://github.com/tableau/altimeter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyhau%2Faws-resource-visualisation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyhau%2Faws-resource-visualisation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyhau%2Faws-resource-visualisation/lists"}