Skip to content

Commit 9817ef4

Browse files
committed
Use new compute environment
Follow-up to "Add new compute environment with Amazon Linux 2023" (19c0444) after successful testing. Keeping the test job queue around for future testing, and the old compute environment around in case we need to revert back to it for any reason.
1 parent 883c946 commit 9817ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

env/production/aws-batch.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource "aws_batch_job_queue" "nextstrain_job_queue" {
1010

1111
compute_environment_order {
1212
order = 1
13-
compute_environment = aws_batch_compute_environment.c5_instances_2023_01_17.arn
13+
compute_environment = aws_batch_compute_environment.c5_instances_2026_05_19.arn
1414
}
1515
}
1616

0 commit comments

Comments
 (0)