AmazonEc2

aws-q1-2024/Architecture/Compute/AmazonEc2
include('aws-q1-2024/Architecture/Compute/AmazonEc2')
Illustration AmazonEc2 AmazonEc2Card AmazonEc2Group
illustration for Illustration illustration for AmazonEc2 illustration for AmazonEc2Card illustration for AmazonEc2Group

Sprites

The item provides the following sriptes:

  • <$AmazonEc2Xs>
  • <$AmazonEc2Sm>
  • <$AmazonEc2Md>
  • <$AmazonEc2Lg>

AmazonEc2

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonEc2
include('aws-q1-2024/Architecture/Compute/AmazonEc2')

' renders the element
AmazonEc2('AmazonEc2', 'Amazon Ec2', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonEc2
include('aws-q1-2024/Architecture/Compute/AmazonEc2')

' renders the element
AmazonEc2('AmazonEc2', 'Amazon Ec2', 'an optional tech label', 'an optional description')
@enduml

AmazonEc2Card

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonEc2Card
include('aws-q1-2024/Architecture/Compute/AmazonEc2')

' renders the element
AmazonEc2Card('AmazonEc2Card', 'Amazon Ec2 Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonEc2Card
include('aws-q1-2024/Architecture/Compute/AmazonEc2')

' renders the element
AmazonEc2Card('AmazonEc2Card', 'Amazon Ec2 Card', 'an optional description')
@enduml

AmazonEc2Group

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonEc2Group
include('aws-q1-2024/Architecture/Compute/AmazonEc2')

' renders the element
AmazonEc2Group('AmazonEc2Group', 'Amazon Ec2 Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonEc2Group
include('aws-q1-2024/Architecture/Compute/AmazonEc2')

' renders the element
AmazonEc2Group('AmazonEc2Group', 'Amazon Ec2 Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml