AWS Glue "Task allocated capacity exceeded limit" solved but error persist at notebook session creation

2

Yesterday we had the error Failed to start notebook server "Task allocated capacity exceeded limit. (Service: AWSGlueJobExecutor; Status Code: 400; Error Code: InvalidInputException)" caused by Max task dpus per account quota defined as 0 internally by AWS. Once it was fixed by returning it to its default value following documentation, ETLs are able to run but the error persist at notebook session creation:

Exception encountered while creating session: An error occurred (ResourceNumberLimitExceededException) when calling the CreateSession operation: Failed to meet resource limits for operation

botocore.errorfactory.ResourceNumberLimitExceededException: An error occurred (ResourceNumberLimitExceededException) when calling the CreateSession operation: Failed to meet resource limits for operation

Increasing the limits of Max concurrent job runs per account and Max task dpus per account has not solved the error

質問済み 2年前1608ビュー
1回答
0

I have also got same error. Apparently this is bug from AWS side, raised a Ticket to AWS support and they increased the limit from backend. Below is the response from AWS Support:

"We have reset the value for "max-interactive-sessions" from 0 to the default which is 100. Unfortunately this value recently got changed due to a bug on the AWS side"

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ