Skip to content

Commit

Permalink
update compute environment to 32 vcpus for b test
Browse files Browse the repository at this point in the history
  • Loading branch information
avrohomgottlieb committed Dec 6, 2024
1 parent 4e12254 commit 4e5d5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
stage = var.stage
batch_tags = {
module = "batch",
revision = "initial - 16 vCPU compute environment and 1 queue"
revision = "second - 32 vCPU compute environment and 1 queue"
}
}
2 changes: 1 addition & 1 deletion infrastructure/batch/compute_environment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "aws_batch_compute_environment" "scpca_portal_project" {
compute_environment_name = "scpca-portal-project-compute-${var.user}-${var.stage}"

compute_resources {
max_vcpus = 16
max_vcpus = 32
security_group_ids = [
aws_security_group.scpca_portal_batch.id
]
Expand Down

0 comments on commit 4e5d5b8

Please sign in to comment.