Comparison Information for AWS Batch and Job Services - AWS Batch, Lambda, ECS Task

Tadashi Shigeoka ·  Tue, March 23, 2021

I’ll share information I referenced when comparing batch and job services like AWS Batch, Lambda, and ECS Task.

AWS

Background: Want to Know Best Practices for AWS Batch and Job Services

I’ll share information I referenced when comparing batch and job services on AWS.

AWS Batch, Lambda, ECS Task Comparison and Decision Information

  • Most cases adopt either ECS Tasks or AWS Step Functions + Lambda
  • If you want to run 10+ parallel batches with ECS Tasks, use AWS Batch

The 10 parallel limit refers to the default upper limit of 10 for ECS run-task.

Reference: Amazon ECS のサービスクォータ - Amazon Elastic Container Service

AWS Batch and Job Service Comparison Articles

Use Case: AWS ECS Fargate Task

That’s all from the Gemba.