-
Notifications
You must be signed in to change notification settings - Fork 4k
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 JobQueue does not provide computeResources required for managed ComputeEnvironment #6615
Comments
Hmm.. I see no solution other than creating an "unmanaged" Defining default Thoughts? |
Yes I agree. Default If not, we can accept |
I agree that making the @andrestone Feel like whipping up a PR? |
@ayush987goyal You're right. It was an oversight in the initial PR that introduced these L2's. @andrestone Has already added some content to the page with the launch template support PR. I wouldn't want to overwhelm this PR with adding all this content right now. I will create a separate issue for completing the README with all the necessary examples and explanations. Sound good? |
Fixes: #6615 BREAKING CHANGE: `computeEnvironments` is now required
Fixes: #6615 BREAKING CHANGE: `computeEnvironments` is now required
) Fixes: aws#6615 BREAKING CHANGE: `computeEnvironments` is now required
AWS Batch
JobQueue
does not providecomputeResources
required for managed ComputeEnvironment. SinceJobQueue
does not require the user to provide acomputeEnvironmentOrder
, the defaultComputeEnvironment
created by it should provide somecomputeResources
as required byComputeEnvironment
.Need to be fixed after the change in #6549
Reproduction Steps
JobQueue
Error Log
You will get the following error
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: