Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
noamSpot committed Feb 6, 2024
1 parent 4b69463 commit 1cfd58e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/services/ocean/aws/schemas/oceanClusterLaunchSpec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@ properties:
type: boolean
example: true
description: |
If reserved instances exist, Ocean will utilize them before launching spot instances.
when set as ‘true’, if reserved instances exist, Ocean will utilize them before launching spot instances. If the value is set as 'null', it will automatically be inherited from the cluster level.
utilizeCommitments:
type: boolean
description: |
If savings plans commitment has available capacity, Ocean will utilize them alongside RIs (if exist) to maximize cost efficiency.
when set as ‘true’, if savings plans commitment has available capacity, Ocean will utilize them alongside RIs (if exist) to maximize cost efficiency. If the value is set as 'null', it will automatically be inherited from the cluster level.
example: false
associatePublicIpAddress:
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions api/services/ocean/ecs/schemas/oceanClusterLaunchSpec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ properties:
type: boolean
example: true
description: |
If reserved instances exist, Ocean will utilize them before launching spot instances.
when set as ‘true’, if reserved instances exist, Ocean will utilize them before launching spot instances. If the value is set as 'null', it will automatically be inherited from the cluster level.
utilizeCommitments:
type: boolean
description: |
If savings plans commitment has available capacity, Ocean will utilize them alongside RIs (if exist) to maximize cost efficiency.
when set as ‘true’, if savings plans commitment has available capacity, Ocean will utilize them alongside RIs (if exist) to maximize cost efficiency. If the value is set as 'null', it will automatically be inherited from the cluster level.
example: false
createdAt:
type: string
Expand Down

0 comments on commit 1cfd58e

Please sign in to comment.