Project

General

Profile

Feature #17695

Updated by Ward Vandewege almost 3 years ago

It looks like AWS has a "DescribeSpotPriceHistory" API: 

  https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSpotPriceHistory.html 

 That could be used to calculate the actual spot price for a container marked as run on an "Preemptible" node. We'd have to make sure to only use this code if we're on AWS.

Back