vantage-sh / ec2instances.info

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

some instance types not in the console #738

Closed r-medina closed 4 months ago

r-medina commented 5 months ago

can't find hpc6a.48xlarge in any region or even if i try to go directly with https://instances.vantage.sh/aws/ec2/hpc6a.48xlarge

i also can't find r6i.2xlarge in the console, but i can go to that link directly

brookemckim commented 5 months ago

@r-medina r6i.2xlarge is showing up for me. Looks like the current implementation is not finding the hpc instances - will take a look at that.

Screenshot 2024-04-30 at 5 27 59 PM
cristim commented 5 months ago

I can see the hpc6a in the Ohio region, where it's available. So we do have the data for it, just not showing it in the main view.

I'll look into this ASAP.

image

brookemckim commented 5 months ago

@cristim I believe this fixes it https://github.com/vantage-sh/ec2instances.info/commit/9ab540fa49222bc665af68a2258aae3a7ed21ced

cristim commented 5 months ago

Sounds promising, thanks @brookemckim!