Skip to main content

AWS resource inventory scanner and draw.io architecture diagram generator

Project description

aws-radar

AWS resource inventory scanner + draw.io architecture diagram generator.

Scans your AWS account(s) via SSO or IAM credentials and produces:

  • A CSV inventory of every running resource
  • A .drawio file you can open in diagrams.net — with AWS icons, region containers, and service connections auto-wired

Supported services

EC2 · RDS / Aurora · Lambda · ECS · EKS · ElastiCache · DynamoDB · S3 · OpenSearch · SQS · SNS · ALB / NLB

Installation

pip install aws-radar

Quick start

# One-shot: inventory + diagram
aws-radar run --profile my-sso-profile --all-regions --output architecture.drawio

# Or step by step:
aws-radar inventory --profile my-sso-profile --all-regions --export inventory.csv
aws-radar diagram   --input inventory.csv --output architecture.drawio

Then open architecture.drawio at app.diagrams.net.

Command-line options

The inventory command accepts the following options:

Option Description
--region REGION AWS region (default: boto3 default)
--profile PROFILE AWS SSO/named profile
--all-regions Scan all enabled regions
--ai Also scan AI/ML services (Bedrock, SageMaker, Rekognition, Lex, Kendra, …)
--export FILE.csv Export results to CSV

AWS SSO usage

# Configure SSO once
aws configure sso

# Login before each session
aws sso login --profile my-profile

# Run
aws-radar run --profile my-profile --all-regions

Multi-account

for profile in prod staging dev; do
  aws sso login --profile $profile
  aws-radar run --profile $profile --csv ${profile}.csv --output ${profile}.drawio
done

Python API

import boto3
from aws_radar.inventory import run_inventory
from aws_radar.drawio import build_drawio

session = boto3.Session(profile_name="my-profile")
rows = run_inventory(["us-east-1", "eu-west-1"], session, account_id="123456789012")

mxfile = build_drawio(rows, account_id="123456789012")

Required IAM permissions

Attach the AWS-managed ReadOnlyAccess policy, or grant these specific actions:

ec2:Describe* · rds:Describe* · lambda:ListFunctions
ecs:List*/Describe* · eks:List*/Describe*
elasticache:Describe* · dynamodb:ListTables/DescribeTable
s3:ListAllMyBuckets · opensearch:List*/Describe*
sqs:ListQueues · sns:ListTopics
elasticloadbalancing:DescribeLoadBalancers
sts:GetCallerIdentity

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws_radar-1.0.0.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_radar-1.0.0-py3-none-any.whl (17.3 kB view details)

Uploaded Python 3

File details

Details for the file aws_radar-1.0.0.tar.gz.

File metadata

  • Download URL: aws_radar-1.0.0.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for aws_radar-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b3dfb997efdfe5ed7182eaec9b1e30521afdcab82d51f9a078a5d94442e92ab2
MD5 497ae99778ea003c3dbaf4055b78dee4
BLAKE2b-256 358fdaede62e8e99d951536fa694e94264fcb0faf0aedb8e47fad49310a7abdb

See more details on using hashes here.

File details

Details for the file aws_radar-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: aws_radar-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 17.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for aws_radar-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 43fd2315c3eb8e7ff8942939e514e7fec5e81f78c7406702d203b7539610c586
MD5 53434e49a50c4fe621aa61bd6d26dca6
BLAKE2b-256 a23bb4c7e0fa2cc1ef2702889b99546d9f3b874c22f74a62847eb5369561cb5e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page