Sha256: be354cc8076b29db460c6048f505f1e6b8ae67c611e2eb553e820c22b9836734

Contents?: true

Size: 282 Bytes

Versions: 14

Compression:

Stored size: 282 Bytes

Contents

@startuml
cloud Internet
frame "AWS" {
frame "VPC" {
    Internet - [InternetGateway]
    [InternetGateway] -- [RouteTable]
    [RouteTable] -- PublicSubnet1
    frame "AZ1" {
      frame "PublicSubnet1" {
      }
    }
}
}
note right of PublicSubnet1
  10.0.0.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_type1.puml
etude_for_aws-0.7.10 docs/dev/vpc/simple.puml
etude_for_aws-0.7.9 docs/dev/vpc/simple.puml
etude_for_aws-0.7.9 docs/dev/cfm/vpc/vpc_type1.puml
etude_for_aws-0.7.8 docs/dev/cfm/vpc/vpc_type1.puml
etude_for_aws-0.7.8 docs/dev/vpc/simple.puml
etude_for_aws-0.7.7 docs/dev/cfm/vpc/vpc_type1.puml
etude_for_aws-0.7.7 docs/dev/vpc/simple.puml
etude_for_aws-0.7.6 docs/dev/cfm/vpc/vpc_type1.puml
etude_for_aws-0.7.6 docs/dev/vpc/simple.puml
etude_for_aws-0.7.5 docs/dev/cfm/vpc/vpc_type1.puml
etude_for_aws-0.7.5 docs/dev/vpc/simple.puml
etude_for_aws-0.7.4 docs/dev/cfm/vpc/vpc_type1.puml
etude_for_aws-0.7.4 docs/dev/vpc/simple.puml