vantage-sh / ec2instances.info

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

hpc6a instance is not showing in Oregon region. #614

Open haogbear opened 2 years ago

haogbear commented 2 years ago

The newly released instance hpc6a is not included in the pricing page.

https://aws.amazon.com/ec2/instance-types/hpc6/

Thanks.

shandrew commented 2 years ago

The hpc6a instance is available in us-east-2 (Ohio) and govcloud us-west. However, it is accurate that they're not showing up here.

haogbear commented 2 years ago

Sorry, plz excuse my mistake. What I meant was it's not in Ohio. Would you plz help double check?

[image: image.png]

Thank you, Howard

On Wed, Apr 13, 2022 at 2:13 PM Andrew Shieh @.***> wrote:

The hpc6a instance is available in us-east-2 (Ohio) and govcloud us-west. However, it is accurate that they're not showing up here.

— Reply to this email directly, view it on GitHub https://github.com/vantage-sh/ec2instances.info/issues/614#issuecomment-1097598756, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYV7O4A5QYX3FTXAL2I4KUTVEZQY7ANCNFSM5TJBURXA . You are receiving this because you authored the thread.Message ID: @.***>

Bensign commented 2 years ago

Thanks for reporting this. Our team is going to take a look at what is causing this to happen...its a bit odd that this wouldn't be showing up as the automated pipeline for getting all EC2 instances should be automated so we'll see what's going awry here.

EverettBerry commented 2 years ago

This instance throws an error during invoke build. Could be related image

EverettBerry commented 1 year ago

This happens for a few instances actually. It occurs when the instance is not available in us-east-1, which our code uses as an assumption. https://github.com/vantage-sh/ec2instances.info/blob/e9153e55f4b63cbdf1571ade8f4e6b369cbe06c8/ec2.py#L99

When we find an instance like this later we could potentially create it but that's not super clean https://github.com/vantage-sh/ec2instances.info/blob/e9153e55f4b63cbdf1571ade8f4e6b369cbe06c8/ec2.py#L181

This should probably be fixed before the hpc7g instances which were just announced at Re:Invent launch https://aws.amazon.com/blogs/aws/new-amazon-ec2-instance-types-in-the-works-c7gn-r7iz-and-hpc7g/

nyetsche commented 1 year ago

@EverettBerry any update to this issue or https://github.com/vantage-sh/ec2instances.info/pull/693 ? The vantage instances site is a great tool but neither hpc7a nor hpc6a instances show up, something we are often evaluating. Thanks.

EverettBerry commented 1 year ago

@nyetsche thanks for the bump here. Looking into it now.