Sha256: 1cb1ccff79d768106663735094f7984061ada73ca4ce37317d58e75b7268ca7e

Contents?: true

Size: 470 Bytes

Versions: 7

Compression:

Stored size: 470 Bytes

Contents

@startuml
cloud Internet
frame "AWS" {
frame "VPC" {
    Internet - [InternetGateway]
    [InternetGateway] -- [RouteTable1]
    [RouteTable1] -- PublicSubnet1
    [RouteTable2] -- PublicSubnet1
    [RouteTable2] -- PrivateSubnet1
    frame "AZ1" {
      frame "PublicSubnet1" {
      }
    }
    frame "AZ2" {
      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

7 entries across 7 versions & 1 rubygems

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