Section | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Custom Variable Support
Custom variables are currently substituted in the following task configuration text fields:
Task | Action | Fields |
---|---|---|
EC2 Image task | Create Image(s) | Image Name Description Tags |
EBS Snapshot task | Create Snapshot(s) | Description Tags |
Available Custom Variables
The following custom variables are currently supported:
Namespace | Variable Name | Action Context(s) | Example |
---|---|---|---|
AWS | ${utoolity.aws.instanceId} | EC2 Create Image task(s) | i-1a2b3c4d |
${utoolity.aws.volumeId} | EBS Create Snapshot task(s) | vol-1a2b3c4d | |
ISO 8601 | ${utoolity.iso8601.basicDate} | all referenced above | 20160412 |
${utoolity.iso8601.basicDateTime} | all./. | 20160412T231840Z | |
${utoolity.iso8601.basicDateTimeMilliseconds} | all./. | 20160412T231840.876Z | |
${utoolity.iso8601.basicTime} | all./. | 231840Z | |
${utoolity.iso8601.basicTimeMilliseconds} | all./. | 231840.876Z | |
${utoolity.iso8601.extendedDate} | all./. | 2016-04-12 | |
${utoolity.iso8601.extendedDateTime} | all./. | 2016-04-12T23:18:40:Z | |
${utoolity.iso8601.extendedDateTimeMilliseconds} | all./. | 2016-04-12T23:18:40.876:Z | |
${utoolity.iso8601.extendedTime} | all | 23:18:40:Z | |
${utoolity.iso8601.extendedTimeMilliseconds} | all | 23:18:40.876:Z |