Skip to content

Batch job retry

0

Can we resubmit batch job with increased memory and increased CPU if the job fails with given instance size ?

asked 3 years ago789 views
2 Answers
0

Hi You can change the job definition with a high number of vCPU's and Memory, but please check the service quota and make sure if that fits with your limits, else request an increase through support. Check Quota here: https://console.aws.amazon.com/servicequotas/
Best practices on AWS Batch and the use of right compute resources/memory is detailed here: https://aws.amazon.com/blogs/hpc/aws-batch-best-practices/

Thanks Arun

AWS
answered 3 years ago
0

No, You can not directly resubmit (Clone) the same job in case of increasing the memory and vCPU. Clone allows you to increase only the Execution Timeout and Job attempts.

To increase the memory you have to revise the Job Definition which is aligned with Compute Environment. Eg. Compute instances has 4vCPU with 8GiB memory then you can go up to that limit (not beyond) and then you have to Submit the BatchJob

Regards, Lakshmi Chidambaram

answered 2 years 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.