-
-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spot bids: Allow different policies to optimize costs
It is now possible to bid at a value based on the spot instance price ('aggressive' policy) rather than on-demand price ('normal' policy). Thus allowing to bid for a price slightly higher than the spot price. This is particularly useful to avoid having spot instances that cost too much. To enable this, the policy has to be set as 'aggressive' ('normal' default) and a 'buffer percentage' needs to be defined (10% higher default) to know how much more users are willing to pay above the spot price found. Details about the tags are provided in START.md. Those parameters are configurable from Cloudfront/Terraform and the ASGs.
- Loading branch information
Showing
11 changed files
with
477 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.