Sha256: a74a71d54669352c1dd0d2ddb773047cfd9b7c15ec404a2caebac4777692dba4
Contents?: true
Size: 791 Bytes
Versions: 7
Compression:
Stored size: 791 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 "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