Sha256: bbbe369afb1bcd99967289ea14187b7e9319d8043d6d4ef6398cbc31d4d2850b

Contents?: true

Size: 446 Bytes

Versions: 14

Compression:

Stored size: 446 Bytes

Contents

@startuml
cloud Internet
frame "AWS" {
frame "VPC" {
    Internet - [InternetGateway]
    [InternetGateway] -- [RouteTable1]
    [RouteTable1] -- PublicSubnet1
    [RouteTable2] -- PublicSubnet1
    [RouteTable2] -- PrivateSubnet1
    frame "AZ1" {
      frame "PublicSubnet1" {
      }
      frame "PrivateSubnet1" {
      }
    }
}
}
note right of PublicSubnet1
  10.0.0.0/24
end note
note right of PrivateSubnet1
  10.0.1.0/24
end note
@enduml

Version data entries

14 entries across 7 versions & 1 rubygems

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