aws-drawio-architecture-diagrams

Featured

Creates professional AWS architecture diagrams in draw.io XML format (.drawio files) using official AWS Architecture Icons (aws4 library). Use when the user asks for AWS diagrams, VPC layouts, multi-tier architectures, serverless designs, network topology, or draw.io exports involving Lambda, EC2, RDS, or other AWS services.

DevOps & Infrastructure 330 stars 39 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AWS Architecture Diagram Creation with Draw.io ## Overview Creates pixel-perfect AWS architecture diagrams in draw.io XML format using official AWS4 shape library. Generates production-ready `.drawio` files for [diagrams.net](https://app.diagrams.net/?libs=aws4). ## When to Use - AWS cloud architecture diagrams (VPC, subnets, services) - Multi-tier application architectures on AWS - Serverless designs (Lambda, API Gateway, DynamoDB) - Network topology diagrams with security groups - Infrastructure documentation for Well-Architected reviews ## Instructions ### File Structure Every `.drawio` file follows this XML structure: ```xml <mxfile host="app.diagrams.net" agent="Claude" version="24.7.17"> <diagram id="aws-arch-1" name="AWS Architecture"> <mxGraphModel dx="1434" dy="759" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0"> <root> <mxCell id="0" /> <mxCell id="1" parent="0" /> <!-- AWS shapes and connectors --> </root> </mxGraphModel> </diagram> </mxfile> ``` **Key rules:** - IDs "0" and "1" are reserved for root cells - Use sequential integer IDs starting from "2" - Landscape orientation (`pageWidth="1169" pageHeight="827"`) - All coordinates positive and aligned to grid (multiples of 10) ### AWS4 Group Containers Groups use `container=1` with child shapes referencing via `parent="groupId"`. **AWS...

Details

Author
giuseppe-trisciuoglio
Repository
giuseppe-trisciuoglio/developer-kit
Created
10 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

drawio-aws-reference

Produce AWS architecture diagrams as editable .drawio files using the AWS 2026 shape set (mxgraph.aws4 stencils), with verified stencil names and a validator. Use this whenever an AWS architecture diagram is requested, revised, or reviewed, including when the user only says "draw the architecture", "diagram this", "make me a schema", "hazme un diagrama", or hands over a design document that needs a visual. Also use it when converting a Mermaid sketch into a real draw.io file. Do not use it for non-AWS diagrams.

8 Updated 2 weeks ago
patvillarroel
AI & Automation Listed

architecture

Generate system architecture .drawio diagrams — client, service, database, external systems with standard icons and clear connections.

8 Updated 4 weeks ago
KhaiTrang1995
AI & Automation Featured

drawio-logical-diagrams

Creates professional logical flow diagrams and logical system architecture diagrams using draw.io XML format (.drawio files). Use when creating: (1) logical flow diagrams showing data/process flow between system components, (2) logical architecture diagrams representing system structure without cloud provider specifics, (3) BPMN process diagrams, (4) UML diagrams (class, sequence, activity), (5) data flow diagrams (DFD), (6) decision flowcharts, or (7) system interaction diagrams. This skill focuses on generic/abstract representations, not AWS/Azure-specific architectures (use aws-drawio-architecture-diagrams for cloud diagrams).

330 Updated 2 days ago
giuseppe-trisciuoglio