Sha256: e403113ece371fa77bd31b4604cb97591748b568717617ac90da668ae4164f70
Contents?: true
Size: 750 Bytes
Versions: 7
Compression:
Stored size: 750 Bytes
Contents
@startuml cloud Internet frame "AWS" { frame "VPC" { [RouteTable] -- PrivateSubnet1 [RouteTable] -- PrivateSubnet2 frame "AZ1" { frame "PrivateSubnet1" { node ec2_1 [ EC2 Instance ---- MyGroovyInstance ==== ] } } frame "AZ2" { frame "PrivateSubnet2" { node ec2_2 [ EC2 Instance ---- MyGroovyInstance ==== ] } } } } note right of PrivateSubnet1 10.0.2.0/24 end note note right of PrivateSubnet2 10.0.3.0/24 end note note left of ec2_1 SecurityGroup:MyGroovySecurityGroup KeyPair:my-key-pair end note note left of ec2_2 SecurityGroup:MyGroovySecurityGroup KeyPair:my-key-pair end note @enduml
Version data entries
7 entries across 7 versions & 1 rubygems