nebari-dev / nebari

🪴 Nebari - your open source data science platform
https://nebari.dev
BSD 3-Clause "New" or "Revised" License
276 stars 89 forks source link

[ENH] - Validate instance types for Google Cloud #2718

Open marcelovilla opened 1 week ago

marcelovilla commented 1 week ago

Feature description

Right now, we're not validating whether instance types passed in the configuration are valid when initializing the infrastructure. However, we're doing it for AWS and DigitalOcean. See:

Value and/or benefit

Besides being consistent with what we have with other providers, it would enhance the user's experience when specifying unavailable/non-existing instance types before running into an error halfway through the deployment.

Anything else?

No response

marcelovilla commented 6 days ago

@blakerosenthal since you're interested in this issue, here are a couple pointers that you might find useful: