AWS architecture diagrams — generate visual network topology diagrams from live AWS infrastructure. Use when drawing AWS network diagrams, visualizing VPCs, mapping Transit Gateway topology, or generating architecture documentation.
uvx awslabs.aws-diagram-mcp-server@latest (stdio transport)AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION (or AWS_PROFILE)graphviz installed on the system (apt install graphviz or brew install graphviz)When a user asks "draw our AWS network" or "show me the architecture":
When focusing on a specific VPC:
When documenting cross-account architecture:
| Skill | How They Work Together |
|---|---|
aws-network-ops | Discover VPCs/TGWs first, then diagram them |
aws-cloud-monitoring | Add CloudWatch metrics annotations to diagram |
aws-cost-ops | Annotate diagram with cost per resource |
markmap-viz | Generate mindmap alternative for simpler overviews |
| Scope | When To Use |
|---|---|
| Full account | Initial architecture review or documentation |
| Single VPC | Troubleshooting or VPC-specific audit |
| TGW + attachments | Multi-VPC connectivity review |
| Subnet-level | Security audit or routing investigation |
| Tagged resources | Application-specific or team-specific views |
graphviz must be installedAWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION (or AWS_PROFILE)