Upgrade AWS Batch compute environment#64
Open
victorlin wants to merge 2 commits into
Open
Conversation
7d3b485 to
5e31941
Compare
Import the actively used job queue and its compute environment into Terraform. The new plan says "2 to import", consistent with the changes.
The old compute environment is using the deprecated Amazon Linux 2. The new plan says "1 to add, 1 to change", consistent with the changes.
9fccd46 to
05f1aa7
Compare
joverlee521
reviewed
May 14, 2026
| compute_environment_order { | ||
| order = 1 | ||
| compute_environment = aws_batch_compute_environment.c5_instances_2023_01_17.arn | ||
| compute_environment = aws_batch_compute_environment.c5_instances_2026_05_12.arn |
Contributor
There was a problem hiding this comment.
Are there changes we need to be wary of from AL2 to AL2023? Is this a relative safe upgrade or should we create a new job queue to test run first before switching the default job queue to the new compute environment?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR imports the actively used job queue and its compute environment into Terraform, and creates a new compute environment to address deprecation of the old environment.
Closes #62
Checklist
Update changelogterraform apply plan, check AWS console, create separate PR to remove the old environment