aws-diagrams

Installation
Summary

Generates AWS architecture diagrams from CloudFormation templates, CLI output, or natural language descriptions.

  • Parses CloudFormation (YAML/JSON), AWS CLI JSON output, and text descriptions to extract VPCs, subnets, EC2 instances, RDS databases, Lambda functions, S3 buckets, security groups, load balancers, and other AWS services
  • Maps resource relationships including instances within subnets, security group attachments, IAM role bindings, and data flow between services
  • Converts AWS infrastructure to Eraser DSL with AWS-specific icons and renders diagrams via the Eraser API
  • Requires network access to call Eraser API; supports dark and light themes with configurable scale and background rendering
SKILL.md

AWS Diagram Generator

Generates architecture diagrams for AWS infrastructure from CloudFormation templates, AWS CLI output, or natural language descriptions.

When to Use

Activate this skill when:

  • User has AWS CloudFormation templates (YAML/JSON)
  • User provides AWS CLI output (e.g., aws ec2 describe-instances)
  • User wants to visualize AWS resources
  • User mentions AWS services (EC2, S3, RDS, Lambda, VPC, etc.)
  • User asks to "diagram my AWS infrastructure"

How It Works

This skill generates AWS-specific diagrams by parsing AWS resources and calling the Eraser API directly:

Related skills
Installs
765
GitHub Stars
22
First Seen
Jan 27, 2026