Sha256: 039744f755b6305c10cfbd95ff0bfaf89a5fe78e719ecf831fffb30034f464fe

Contents?: true

Size: 469 Bytes

Versions: 7

Compression:

Stored size: 469 Bytes

Contents

@startuml
cloud Internet
frame "AWS" {
frame "VPC" {
    Internet - [InternetGateway]
    [InternetGateway] -- [RouteTable]
    [RouteTable] -- PublicSubnet1
    frame "AZ1" {
      frame "PublicSubnet1" {
        node ec2 [
        EC2 Instance
        ----
        MyGroovyInstance
        ====
        ]
      }
    }
}
}
note right of PublicSubnet1
  10.0.0.0/24
end note
note left of ec2
  SecurityGroup:MyGroovySecurityGroup
  KeyPair:my-key-pair
end note
@enduml

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
etude_for_aws-0.7.10 docs/dev/ec2/ec2_type1.puml
etude_for_aws-0.7.9 docs/dev/ec2/ec2_type1.puml
etude_for_aws-0.7.8 docs/dev/ec2/ec2_type1.puml
etude_for_aws-0.7.7 docs/dev/ec2/ec2_type1.puml
etude_for_aws-0.7.6 docs/dev/ec2/ec2_type1.puml
etude_for_aws-0.7.5 docs/dev/ec2/ec2_type1.puml
etude_for_aws-0.7.4 docs/dev/ec2/ec2_type1.puml