AmazonEc2SpotInstance

aws-q2-2023/Resource/Compute/AmazonEc2SpotInstance
include('aws-q2-2023/Resource/Compute/AmazonEc2SpotInstance')
Illustration AmazonEc2SpotInstance AmazonEc2SpotInstanceCard AmazonEc2SpotInstanceGroup
illustration for Illustration illustration for AmazonEc2SpotInstance illustration for AmazonEc2SpotInstanceCard illustration for AmazonEc2SpotInstanceGroup

Sprites

The item provides the following sriptes:

  • <$AmazonEc2SpotInstanceXs>
  • <$AmazonEc2SpotInstanceSm>
  • <$AmazonEc2SpotInstanceMd>
  • <$AmazonEc2SpotInstanceLg>

AmazonEc2SpotInstance

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-q2-2023/bootstrap')

' loads the Item which embeds the element AmazonEc2SpotInstance
include('aws-q2-2023/Resource/Compute/AmazonEc2SpotInstance')

' renders the element
AmazonEc2SpotInstance('AmazonEc2SpotInstance', 'Amazon Ec2 Spot Instance', '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-q2-2023/bootstrap')

' loads the Item which embeds the element AmazonEc2SpotInstance
include('aws-q2-2023/Resource/Compute/AmazonEc2SpotInstance')

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

AmazonEc2SpotInstanceCard

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-q2-2023/bootstrap')

' loads the Item which embeds the element AmazonEc2SpotInstanceCard
include('aws-q2-2023/Resource/Compute/AmazonEc2SpotInstance')

' renders the element
AmazonEc2SpotInstanceCard('AmazonEc2SpotInstanceCard', 'Amazon Ec2 Spot Instance 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-q2-2023/bootstrap')

' loads the Item which embeds the element AmazonEc2SpotInstanceCard
include('aws-q2-2023/Resource/Compute/AmazonEc2SpotInstance')

' renders the element
AmazonEc2SpotInstanceCard('AmazonEc2SpotInstanceCard', 'Amazon Ec2 Spot Instance Card', 'an optional description')
@enduml

AmazonEc2SpotInstanceGroup

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-q2-2023/bootstrap')

' loads the Item which embeds the element AmazonEc2SpotInstanceGroup
include('aws-q2-2023/Resource/Compute/AmazonEc2SpotInstance')

' renders the element
AmazonEc2SpotInstanceGroup('AmazonEc2SpotInstanceGroup', 'Amazon Ec2 Spot Instance 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-q2-2023/bootstrap')

' loads the Item which embeds the element AmazonEc2SpotInstanceGroup
include('aws-q2-2023/Resource/Compute/AmazonEc2SpotInstance')

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