-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for AWS Batch #456
Comments
We have a set of contributors identified and are targeting an initial PR for review by 3/26 |
This issue has been automatically marked as stale because it has been open 30 days |
Comment to keep alive. Progress is being made. |
Any update on this? Comprehensive, annotated code describing (in full) how to programmatically set up Batch on EKS seems non-existent on the interwebs. |
Should have a PR by end of week. |
Bumping this again. I'm also curious if it's possible (and how) to use Bottlerocket on the batch nodes. |
* Add the AWS Batch blueprint under `schedulers/terraform` * Adds tutorial for running an example AWS Batch job in the created EKS cluster * Added AWS Batch to Job Schedulers index page.
This feature was implemented and merged in PR #620. Closing the issue. |
Community Note
What is the outcome that you are trying to reach?
AWS Batch is a managed service for handling batch and high-performance compute workloads. It works with existing EKS clusters to launch EC2 instances within a specific namespace, and places pods onto these instances to handle these types of work requests.
AWS Batch requires your EKS cluster to be preconfigured to allow the managed services to communicate with the head node to add compute nodes and create pod specs that are placed on the launched nodes. For exact details refer to https://docs.aws.amazon.com/batch/latest/userguide/getting-started-eks.html
Describe the solution you would like
A blueprint that allows customers easy deployment of the necessary EKS and Batch components to allow for Batch to run asynchronous, high performance and batch workloads on EKS using AWS Batch managed services
Describe alternatives you have considered
All other batch schedulers require customer-deployed and managed components (Kueue, Volcano, etc).
Additional context
n/a
The text was updated successfully, but these errors were encountered: