broad-zoo-34077
11/03/2023, 10:59 AMjolly-hydrogen-68912
11/03/2023, 12:39 PMStorage-ShardHour
(as an example for 1 attribute). I am checking the pricing data in Postgres, and it’s only called that in us-east-1
. In other regions, there is a prefix, e.g. EUC1-Storage-ShardHour
. I wonder if the filter is doing a full match or a partial match...jolly-hydrogen-68912
11/03/2023, 12:50 PMUPDATE products
SET attributes = JSONB_SET(attributes, '{usagetype}', '"Storage-ShardHour"', false)
WHERE attributes->>'usagetype' = 'EUC1-Storage-ShardHour';
I can confirm that after this change, the shard-hour cost changed from $0 to the correct value. Will submit an issue on GitHub.jolly-hydrogen-68912
11/03/2023, 1:02 PMcrooked-daybreak-55253
11/07/2023, 12:05 PM