vantage-sh / ec2instances.info

Amazon EC2 instance comparison site
https://ec2instances.info
MIT License
5.13k stars 579 forks source link

Pricing shown for instance types unavailable in region #611

Open bloob00k opened 2 years ago

bloob00k commented 2 years ago

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

EverettBerry commented 1 year ago

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).