Skip to content

Commit 2551859

Browse files
committed
tweak the Description of the OnDemandPercentage param
clarify that the stack will use spot instances when the price is lower than the standard OnDemand price.
1 parent f2e5dbf commit 2551859

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
@@ -221,7 +221,7 @@ Parameters:
221221
Default: 0
222222

223223
OnDemandPercentage:
224-
Description: Percentage of total instances that should launch as OnDemand. Reduce this to use some Spot Instances when they're available.
224+
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.
225225
Type: Number
226226
Default: 100
227227
MinValue: 0

0 commit comments

Comments
 (0)