Does using SPOT_CAPACITY _OPTIMIZED launch spot instances into an auto-scaling group in AWS Batch?

0

I am trying to run multiple jobs in a compute environment using AWS Batch. From my understanding, when there are multiple jobs in a job queue and the allocation strategy is BEST_FIT, AWS Batch will wait for the job running in the environment to complete and only then it will launch the next job. Hence, it does not auto-scales when there are more jobs.

But if I use an allocation strategy of BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED (in spot compute resources), AWS Batch will auto scale the instances if more jobs become available in the job queue. So, AWS Batch service can add more instances to the ECS Cluster in which the compute environment is running. Am I right here?

I am reference the documentation here

已提問 2 年前檢視次數 139 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南