ResourceLimitExceed problem

0

Hi Devs

I get ressourceLimitExceed when I try to run a LLM model in SageMaker: the account level service limit ‘ml.g5.48xlarge for endpoint usage’ is 0 Instances. I increased this value to 4 instances in Service Quotas. Still the problem did not go anywhere. Could you help pls?

asked a month ago53 views
3 Answers
0

Hello.

Are you raising the wrong quota?
Judging from the error message, you need to increase the quota for the following URLs.
https://console.aws.amazon.com/servicequotas/home/services/sagemaker/quotas/L-0100B823

Also, if you have already applied, your application may not have been approved yet.
I think it would be a good idea to check the history of quota requests.
Also, please check the region where you applied for the quota, as it may be incorrect.

profile picture
EXPERT
answered a month ago
profile pictureAWS
EXPERT
reviewed a month ago
  • I don't think the quota is limited by the IAM user's policy. So I think it's possible that the quota was increased in the wrong region. When increasing quotas, I recommend that you always change to the region you are using. a

0

Thank you so much for you response! I asked for a quota increase and my request was granted. I think it might have something to do with the IAM settings AWS permissions. I can’t figure out how to adjust those to be able to use quotas. I have only one account for everything. Maybe it’s what causes a problem?

answered a month ago
0

Thank you so much for you response! Do you know how can i check in Jupiter notebook the region? When i launch my sagemaker i can see the region, but no reference to the region in Jupiter notebook. Another somewhat related question which might actually explain the problem: can i run the codes when i signed in with AWS Management Console as admin? or i need to be signed as a user to do that? meaning that the resources are allocated only to user profiles?

Enter image description here

answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions