Hello,
In regards to this error - Task allocated capacity exceeded limit.
I would advise checking the quota of your AWS accounts for the following limits -
- Max task dpus per account
- Max concurrent job runs per account
In scenarios such as above where capacity limit for a resource is met or throttling is experienced, increasing the limit for the quota and implementation of exponential backoff retry [1] mechanism is recommended.
Please note that AWS maintains service quotas (formerly called service limits) for each account to help guarantee the availability of AWS resources and prevent accidental provisioning of more resources than needed. Some service quotas are raised automatically over time as you use AWS. However, most AWS services require that you request quota increases manually.
You can use AWS Service Quotas [2] console to view and request increases for most AWS quotas.
Important: Most service quotas are specific to an AWS Region. Select the AWS Region where you require the quota increase in.
Please feel free to read about managing your AWS service quota here [3] on our Knowledge Center Article in detail.
If the suggestions above do not help resolve the issue, we might need to troubleshoot based on your configurations. Could you please create a support case instead so we may discuss details on your resource configurations?
Please do not post any sensitive information over re:Post since this is a public platform.
References:
[1] https://docs.aws.amazon.com/general/latest/gr/api-retries.html
[2] https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
[3] https://aws.amazon.com/premiumsupport/knowledge-center/manage-service-limits/
Relevant questions
AWS Glue Not able to start the Notebook
asked 25 days agoLifecycle scripts to access the notebook instance git repository
asked 3 years agoHow to Download any file from s3 using the pyspark kernel in emr notebook ?
asked 2 years agoGlue ErrorCode 400 InvalidInputException Task allocated capacity exceeded limit message
asked 24 days agoSagemaker Notebook from Dev Endpoint
asked 6 months agoAWS Glue "Task allocated capacity exceeded limit" solved but error persist at notebook session creation
asked 24 days agoIs there a solution for multi-user Notebook on SageMaker?
Accepted AnswerAWS Glue Jupyter Notebook additional modules
Accepted Answerasked a month agoWhat is the most cost efficient and fastest way to start GLUE ETL development
Accepted Answerasked 3 months agoAWS SageMaker Notebook Instance is not continuing running the cell when I leave my Laptop to execute the cells over a period of time. Can you tell me how can I solve this?
asked 17 hours ago
Have the same problem. Have you figured out a solution yet?