Add support for AWS Batch
See original GitHub issueIt seems like AWS Batch can handle a lot of the logistics of bringing up and down the cluster automatically given a Docker image. I’m curious if it would make sense to integrate this into cloudprovider
in some way: https://docs.aws.amazon.com/batch/latest/userguide/multi-node-parallel-jobs.html
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Efficient Batch Computing – AWS Batch – Amazon Web Services
AWS Batch allows developers, scientists, and engineers to efficiently process hundreds of thousands of batch and machine learning computing jobs on AWS.
Read more >What Is AWS Batch? - AWS Batch
As a fully managed service, AWS Batch helps you to run batch computing workloads of any scale. AWS Batch automatically provisions compute resources...
Read more >Getting Started with AWS Batch
Getting Started with AWS Batch · Step 1: Prerequisites · Step 2: Create a compute environment · Step 3: Create a job queue...
Read more >Setting up with AWS Batch
To use the AWS CLI with AWS Batch , you must use a version of the AWS CLI that supports the latest AWS...
Read more >Launch template support - AWS Batch
AWS Batch supports using Amazon EC2 launch templates with your EC2 compute environments. With launch templates, you can modify the default configuration of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi! Haven’t contributed to Dask before but I’d be willing to look into this issue. I’m guessing the idea is to write a class similar to the Fargate one in https://github.com/dask/dask-cloudprovider/blob/master/dask_cloudprovider/providers/aws/ecs.py#L1167 but targeting AWS Batch?
@samuelsinayoko that’s right!