Skip to content

Commit

Permalink
Created example diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianLakstins committed Jan 15, 2025
1 parent a51e188 commit e10f165
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mydiagrams/GroupedWorkersonAWS.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from diagrams import Diagram
from diagrams.aws.compute import EC2
from diagrams.aws.database import RDS
from diagrams.aws.network import ELB

with Diagram("Grouped Workers", show=False, direction="TB"):
ELB("lb") >> [EC2("worker1"),
EC2("worker2"),
EC2("worker3"),
EC2("worker4"),
EC2("worker5")] >> RDS("events")
Binary file added mydiagrams/grouped_workers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e10f165

Please sign in to comment.