Skip to content

Commit

Permalink
Adding the new considerODPricing parameter for EG
Browse files Browse the repository at this point in the history
  • Loading branch information
MaorElf committed Sep 19, 2023
1 parent e27e9a5 commit dd232e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ properties:
example: true
description: |
When set to `true` Elastigroup will launch On Demand instances if no spot market is available
considerODPricing:
type: boolean
default: false
example: false
description: |
When the value is set to `true`, Elastigroup will prioritize launching On-Demand instances if they are found to be more cost-effective than available Spot markets.
utilizeReservedInstances:
type: boolean
description: |
Expand Down
6 changes: 6 additions & 0 deletions api/services/elastigroup/aws/schemas/elastigroupCreate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ properties:
example: true
description: |
When set to `true` Elastigroup will launch On Demand instances if no spot market is available
considerODPricing:
type: boolean
default: false
example: false
description: |
When the value is set to `true`, Elastigroup will prioritize launching On-Demand instances if they are found to be more cost-effective than available Spot markets.
utilizeReservedInstances:
type: boolean
description: |
Expand Down

0 comments on commit dd232e4

Please sign in to comment.