Sha256: 709ca83be7c942db9fc979dcc77e02fecb9a71ed4ac84af5c7273763438af223
Contents?: true
Size: 815 Bytes
Versions: 7
Compression:
Stored size: 815 Bytes
Contents
@startuml cloud Internet frame "AWS" { frame "VPC" { Internet - [InternetGateway] [InternetGateway] -- [RouteTable] [RouteTable] -- PublicSubnet1 [RouteTable] -- PublicSubnet2 frame "AZ1" { frame "PublicSubnet1" { node ec2_1 [ EC2 Instance ---- MyGroovyInstance ==== ] } } frame "AZ2" { frame "PublicSubnet2" { node ec2_2 [ EC2 Instance ---- MyGroovyInstance ==== ] } } } } note right of PublicSubnet1 10.0.0.0/24 end note note right of PublicSubnet2 10.0.1.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