-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(aws-batch): Fargate support for batch jobs #13590
Labels
@aws-cdk/aws-batch
Related to AWS Batch
effort/medium
Medium work item – several days of effort
feature/coverage-gap
Gaps in CloudFormation coverage by L2 constructs
feature-request
A feature should be added or improved.
p1
Comments
kokachev
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Mar 15, 2021
kokachev
added a commit
to kokachev/aws-cdk
that referenced
this issue
Mar 15, 2021
kokachev
added a commit
to kokachev/aws-cdk
that referenced
this issue
Mar 16, 2021
kokachev
added a commit
to kokachev/aws-cdk
that referenced
this issue
Mar 16, 2021
iliapolo
added
effort/medium
Medium work item – several days of effort
p1
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Mar 16, 2021
ericzbeard
added
the
feature/coverage-gap
Gaps in CloudFormation coverage by L2 constructs
label
Apr 1, 2021
Is there an Eta for reviewing/merging this? |
mergify bot
pushed a commit
that referenced
this issue
Sep 12, 2021
Added Fargate support for Batch jobs. Note: this is not entirely my work - most of it was done by @kokachev. It is an updated version of Fargate support for batch jobs based on the feedback left in #13591. - Doc fixes - Integration test addition - Network configuration for Fargate - Support `ResourceRequirements` for Fargate jobs - Other minor fixes revealed by integration test closes: #13590, #13591 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-batch
Related to AWS Batch
effort/medium
Medium work item – several days of effort
feature/coverage-gap
Gaps in CloudFormation coverage by L2 constructs
feature-request
A feature should be added or improved.
p1
Support FARGATE and FARGATE_SPOT compute environments for Batch jobs.
Use Case
Use Fargate for AWS Batch jobs
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: