mirror of https://github.com/mingrammer/diagrams
parent
e10f165d36
commit
cabc99cb4c
@ -1,11 +0,0 @@
|
||||
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")
|
Before Width: | Height: | Size: 50 KiB |
Loading…
Reference in new issue