ec2instances.info icon indicating copy to clipboard operation
ec2instances.info copied to clipboard

Pricing shown for instance types unavailable in region

Open bloob00k opened this issue 3 years ago • 1 comments

Eg select region eu-north-1; pricing is shown for m4 family instance types, but this family is not available in the region.

bloob00k avatar Mar 22 '22 13:03 bloob00k

One repro for this is the following:

  1. Clear filters
  2. Select region to be Europe (Stockholm) (eu-north-1)
  3. Filter by API Name = "m5"
  4. Close tab
  5. Open new tab at instances.vantage.sh
  6. Filter by API Name = "m4" - prices are displayed image

Basically when we load settings from localstorage we are not changing the hidden rows to match the region (mark them unavailable in this case).

EverettBerry avatar Dec 06 '22 13:12 EverettBerry