1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
AWS Batch is more applicable to one-off process like the one you describe. ECS / Fargate is more aimed at permanent back-ends with which multiple requesters will interact on a permanent basis.
On my side, I used AWS Batch for your kind of job.
BTW, as you will notice, AWS Batch indeed relies on generic pools of ECS / Fargate servers (managed by AWS Batch "under the hood"). If you choose the Fargate option in your Batch setup, you will rapidly have your batch up & running.
Best,
Didier
Relevant content
- asked 2 years ago
- asked 5 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago