-
Notifications
You must be signed in to change notification settings - Fork 155
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
Successful stack creation but no worker showing up #21
Comments
What does the Activity tab in the Auto Scaling Group details say? What is the reason for failing the allocation? If it's a resource limit you may need to request a service limit increase. Also some instance types are not currently available in Spot pricing in the cheapest regions. Couple of options:
Hope some of it helps :) |
The allocation is successful but often I don't see them on the dashboard as a worker associated to my ETH address. |
Yes , sorry, it's resource limit related. |
If it's resource / service limit raise a support ticket to increase the service limit allowance. You'll need to raise it for one or more of:
Note that the limits are in terms of vCPU - for example a g5.xlarge has 4 vCPUs, p3.2xlarge as 8 vCPU, the fastest p4d.24xlarge has 96 vCPUs, etc. The limits are per-region, you'll have to increase them everywhere you're planning to run your instances. |
You can now run An optional parameter is vCPU, e.g. 192. The default is 64. You can run it from the AWS CloudShell with all the privileges of your account. |
Hi Michael, I tried running the script, it works but AWS is not willing to increase the limits for me. |
They’ve got capacity issues with GPU instances, I had limit increase declined in one of my accounts as well. Sometimes they approve a small increase in less popular regions (outside US) but no guarantee. I’m planning to do a research on Azure and GCP, stay tuned :) |
Cool! That would be great. Thanks |
I have had limit increase requests to 32 vCPUs denied because apparently I did not have enough usage. I am trying again with 8 vCPUs in regions where g4ad.xlarge is available and if that doesn't work I will try for 4 vCPUs. |
Hi all,
Most of the times I create a stack I wont be able to see the worker in the dashboard. Even after waiting for hours.
Why is this happening? Is that the worker allocation is limited?
The text was updated successfully, but these errors were encountered: