Adds unit tests to confirm a bug where an unknown instance type would return a value of 0 for the vCPU price.
Adds Storage optimized to the cpuToCostRatio map. Sets the default instance family to General purpose Moves over cpuToCostRatio to pricing_map.go.
Adds unit tests to confirm a bug where an unknown instance type would return a value of 0 for the vCPU price. Adds
Storage optimized
to the cpuToCostRatio map. Sets the default instance family toGeneral purpose
Moves overcpuToCostRatio
topricing_map.go
.