aws-diagrams

Parse AWS infrastructure data and generate architecture diagrams via the Eraser API.

32|7|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/eraserlabs/eraser-io --skill aws-diagrams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-diagrams
Source: https://github.com/eraserlabs/eraser-io/tree/main/skills/aws-diagrams
Command: npx skills add https://github.com/eraserlabs/eraser-io --skill aws-diagrams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualize complex AWS architectures from your CloudFormation templates, AWS CLI outputs, or plain descriptions, turning scattered data into clear, shareable diagrams.

Core Features & Use Cases

  • CloudFormation & CLI Parsing: Extract networking, compute, storage, and security components (VPCs, Subnets, EC2 instances, Lambda functions, S3 buckets, RDS, IAM roles) from templates or CLI JSON.
  • Relationship Mapping: Infer connections such as subnets in VPCs, instances within subnets, and IAM attachments to services to reflect realistic architectures.
  • Eraser DSL Generation & Rendering: Produce Eraser DSL with AWS icons and labels, then render via the Eraser API as a cloud-architecture diagram.

Quick Start

Provide a CloudFormation YAML/JSON snippet, paste AWS CLI describe-instances output, or describe your AWS setup in natural language. The skill will generate a cloud-architecture diagram using the Eraser API.

Frequently Asked Questions about aws-diagrams

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

FAQPage Schema
How do I generate an AWS architecture diagram from a CloudFormation template?

To generate an AWS architecture diagram from CloudFormation, paste your YAML or JSON template to extract networking and compute resources, which then renders as a visual diagram via the Eraser API.

Can I visualize my AWS infrastructure from CLI output?

Yes, you can visualize AWS infrastructure from CLI output by pasting AWS CLI describe-instances JSON data, which the tool parses to map resources and render an architecture diagram with AWS icons.

How do I map resource relationships in an AWS VPC diagram?

Mapping resource relationships in an AWS VPC diagram involves inferring connections such as subnets within VPCs, EC2 instances within subnets, and IAM role attachments to reflect realistic architectures.

Does this AWS diagram generator support natural language descriptions?

Yes, this AWS diagram generator supports natural language descriptions, allowing you to describe your AWS setup in plain text to produce a cloud-architecture diagram using the Eraser API.

What's the best way to visualize IAM roles and RDS databases in AWS?

The best way to visualize IAM roles and RDS databases in AWS is to parse infrastructure data from templates or CLI output, mapping security and storage components to render a comprehensive architecture diagram.