aws-architecture-diagram

Generate AWS network topology diagrams from live infrastructure.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill aws-architecture-diagram-dgethings
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aws-architecture-diagram
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/aws-architecture-diagram
Command: npx skills add https://github.com/dgethings/netclaw --skill aws-architecture-diagram-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualizing complex AWS network architectures is time-consuming and error-prone when done manually; this skill automates diagram generation from live AWS infrastructure to produce up-to-date topology visuals.

Core Features & Use Cases

  • Auto-discovery of AWS accounts and rendering of VPCs, subnets, TGWs, NATs, and interconnections in a diagram
  • Service mapping: EC2, RDS, Lambda and other resources placed in VPC/subnet context
  • Output formats: PNG, SVG, PDF for documentation and sharing
  • Use cases include architecture documentation, onboarding, security reviews, and multi-account topology perspectives

Quick Start

Use the MCP server to generate an AWS topology diagram for your account (no code changes required).

Frequently Asked Questions about aws-architecture-diagram

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an AWS network diagram from live infrastructure?▼

You can generate an AWS network diagram from live infrastructure by using an MCP server to auto-discover accounts and render VPCs, subnets, TGWs, and resources into topology visuals without manual drawing.

What is the best way to visualize a multi-account AWS topology?▼

Visualizing a multi-account AWS topology is best handled by automating diagram generation from live infrastructure, which auto-discovers accounts and maps resources into an accurate topology diagram for documentation.

Do I need Graphviz to render AWS architecture diagrams?▼

Yes, you need Graphviz installed to render AWS architecture diagrams, as it processes the discovered live infrastructure data to produce visual topology outputs in PNG, SVG, or PDF formats.

Can I draw VPC-scoped diagrams that include EC2 and RDS resources?▼

Yes, you can draw VPC-scoped diagrams that map EC2, RDS, and Lambda resources into their proper VPC and subnet context by auto-discovering live infrastructure interconnections.

What AWS credentials are required to map network topology?▼

Mapping network topology requires AWS credentials provided through AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_REGION, or alternatively by specifying an AWS_PROFILE for authentication.

What output formats can I export from an automated AWS topology diagram?▼

You can export automated AWS topology diagrams to PNG, SVG, and PDF formats, enabling you to easily share and embed the visual infrastructure mappings in architecture documentation.