Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] ECS may failed when the ECS sold out #889

Open
killerdbob opened this issue Jul 6, 2023 · 3 comments
Open

[bug] ECS may failed when the ECS sold out #889

killerdbob opened this issue Jul 6, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@killerdbob
Copy link
Contributor

Describe the bug

Hi,
The latest feature quota of the ECS, may have some problems.
If the ECS in the region has sold out, the program will fail.

@killerdbob killerdbob added the bug Something isn't working label Jul 6, 2023
@killerdbob killerdbob changed the title [bug] [bug] ECS may failed when the ECS sold out Jul 6, 2023
@sarahwooders
Copy link
Contributor

@killerdbob thanks for reporting this! What do you mean by the region is "sold out"? Also are you referring to a specific cloud?

Thanks,

Sarah

@killerdbob
Copy link
Contributor Author

killerdbob commented Jul 13, 2023

hi @sarahwooders,
For example, “n2-standard-96” in some GCP regions is "sold out" or "unavailable for some reason".however, the quotas may still be big enough for the user, this will crash.

It is for general clouds. Skyplane's assumption is that "there is an unlimited resource in every region", but the reality is that the instance type is limited in every region, or maybe the ECS type is unavailable for some reason.

I found that there is SDK to check if the ECS type is "sold out" in the region.

Wei

@killerdbob
Copy link
Contributor Author

killerdbob commented Jul 13, 2023

You could follow up with Skypilot (https://github.com/skypilot-org/skypilot), they maintain a csv for every cloud. They record every "available" ECS type in every "region", this prevented the user to provision "unavailable" ECS type.

I also fix the cover according to Skypilot, just try to make Skyplane looks nicer. (#888)

Are Skypilot and Skyplane the same team?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants