Sha256: 28b1c031c6c97c70b0b319e804653381e27703a59f43f5e8fa9d8fbac7547a38

Contents?: true

Size: 364 Bytes

Versions: 7

Compression:

Stored size: 364 Bytes

Contents

@startuml
cloud Internet
frame "AWS" {
frame "VPC" {
    [RouteTable] -- PrivateSubnet1
    [RouteTable] -- PrivateSubnet2
    frame "AZ1" {
      frame "PrivateSubnet1" {
      }
    }
    frame "AZ2" {
      frame "PrivateSubnet2" {
      }
    }
}
}
note right of PrivateSubnet1
  10.0.2.0/24
end note
note right of PrivateSubnet2
  10.0.3.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_type4.puml
etude_for_aws-0.7.9 docs/dev/cfm/vpc/vpc_type4.puml
etude_for_aws-0.7.8 docs/dev/cfm/vpc/vpc_type4.puml
etude_for_aws-0.7.7 docs/dev/cfm/vpc/vpc_type4.puml
etude_for_aws-0.7.6 docs/dev/cfm/vpc/vpc_type4.puml
etude_for_aws-0.7.5 docs/dev/cfm/vpc/vpc_type4.puml
etude_for_aws-0.7.4 docs/dev/cfm/vpc/vpc_type4.puml