aws-diagrams
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
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:
More from eraserlabs/eraser-io
eraser-diagrams
Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.
2.2Kterraform-diagrams
Generates architecture diagrams from Terraform code. Use when user has .tf files or asks to visualize Terraform infrastructure.
453azure-diagrams
Visualizes Azure infrastructure from ARM templates, Azure CLI, or descriptions. Use when user has Azure resources to diagram.
380bicep-diagrams
Generates architecture diagrams from Azure Bicep files. Use when user has .bicep files or asks to visualize Bicep infrastructure.
307