Sha256: d7f49a7b1c61c42ac83f5658045a643bb85521fad4b008685e8354c910691882
Contents?: true
Size: 429 Bytes
Versions: 7
Compression:
Stored size: 429 Bytes
Contents
@startuml cloud Internet frame "AWS" { frame "VPC" { Internet - [InternetGateway] [InternetGateway] -- [RouteTable] [RouteTable] -- PublicSubnet1 [RouteTable] -- PublicSubnet2 frame "AZ1" { frame "PublicSubnet1" { } } frame "AZ2" { frame "PublicSubnet2" { } } } } note right of PublicSubnet1 10.0.0.0/24 end note note right of PublicSubnet2 10.0.1.0/24 end note @enduml
Version data entries
7 entries across 7 versions & 1 rubygems