|
@@ -1006,7 +1006,6 @@ 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,
|
|
|
- RAMCost: aws.BaseSpotRAMPrice,
|
|
|
|
|
Storage: terms.Storage,
|
|
Storage: terms.Storage,
|
|
|
BaseCPUPrice: aws.BaseCPUPrice,
|
|
BaseCPUPrice: aws.BaseCPUPrice,
|
|
|
BaseRAMPrice: aws.BaseRAMPrice,
|
|
BaseRAMPrice: aws.BaseRAMPrice,
|