Skip to content

Commit 49f6ef9

Browse files
committed
extra detail for the OnDemandPercentage param description
1 parent 9b53661 commit 49f6ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Parameters:
223223
Default: 0
224224

225225
OnDemandPercentage:
226-
Description: Percentage of total instances that should launch as OnDemand. Default is 100% OnDemand - reduce this to use some Spot Instances when they're available and cheaper than the OnDemand price.
226+
Description: Percentage of total instances that should launch as OnDemand. Default is 100% OnDemand - reduce this to use some Spot Instances when they're available and cheaper than the OnDemand price. A value of 70 means 70% OnDemand and 30% Spot Instances.
227227
Type: Number
228228
Default: 100
229229
MinValue: 0

0 commit comments

Comments
 (0)