Project

General

Profile

Feature #17695

Updated by Peter Amstutz 12 months ago

Update cost analyzer It looks like AWS has a "DescribeSpotPriceHistory" API: 

  https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSpotPriceHistory.html 
 https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-spot-price-history.html 

 That could be used to use calculate the @cost@ field introduced in 2.6.0 so that the cost values are consistent between workbench and cost analyzer, and cost analyzer prices reflect actual spot instance pricing. 
 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