Sha256: feb7d77794e8c3dab712b9b51a493f701293cc8b297256776fa140e1876ca2d2

Contents?: true

Size: 405 Bytes

Versions: 7

Compression:

Stored size: 405 Bytes

Contents

@startuml
cloud Internet
frame "AWS" {
frame "VPC" {
    Internet - [InternetGateway]
    [InternetGateway] -- [RouteTable]
    [RouteTable] -- PublicSubnet1
    [RouteTable] -- PublicSubnet2
    frame "AZ1" {
      frame "PublicSubnet1" {
      }
      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

Version Path
etude_for_aws-0.7.10 docs/dev/cfm/vpc/vpc_type2.puml
etude_for_aws-0.7.9 docs/dev/cfm/vpc/vpc_type2.puml
etude_for_aws-0.7.8 docs/dev/cfm/vpc/vpc_type2.puml
etude_for_aws-0.7.7 docs/dev/cfm/vpc/vpc_type2.puml
etude_for_aws-0.7.6 docs/dev/cfm/vpc/vpc_type2.puml
etude_for_aws-0.7.5 docs/dev/cfm/vpc/vpc_type2.puml
etude_for_aws-0.7.4 docs/dev/cfm/vpc/vpc_type2.puml