|
@@ -1006,10 +1006,9 @@ func (aws *AWS) createNode(terms *AWSProductTerms, usageType string, k Key) (*No
|
|
|
VCPUCost: aws.BaseSpotCPUPrice,
|
|
VCPUCost: aws.BaseSpotCPUPrice,
|
|
|
RAM: terms.Memory,
|
|
RAM: terms.Memory,
|
|
|
GPU: terms.GPU,
|
|
GPU: terms.GPU,
|
|
|
- GPUCost: aws.BaseSpotGPUPrice,
|
|
|
|
|
RAMCost: aws.BaseSpotRAMPrice,
|
|
RAMCost: aws.BaseSpotRAMPrice,
|
|
|
Storage: terms.Storage,
|
|
Storage: terms.Storage,
|
|
|
- BaseCPUPrice: aws.BaseCPUPrice,
|
|
|
|
|
|
|
+ BaseCPUPrice: aws.BaseSpotCPUPrice,
|
|
|
BaseRAMPrice: aws.BaseRAMPrice,
|
|
BaseRAMPrice: aws.BaseRAMPrice,
|
|
|
BaseGPUPrice: aws.BaseGPUPrice,
|
|
BaseGPUPrice: aws.BaseGPUPrice,
|
|
|
UsageType: PreemptibleType,
|
|
UsageType: PreemptibleType,
|