Skip to content

Commit

Permalink
Removed a very large instance from submit_pending_jobs ASG
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjyoon committed Jul 24, 2024
1 parent 0cb5c5c commit bfd5836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_provisioning/modules/common/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ variable "queues" {
}
"opera-job_worker-submit_pending_jobs" = {
"name" = "opera-job_worker-submit_pending_jobs"
"instance_type" = ["t3a.medium", "t3.medium", "t2.medium", "c6i.large", "t3a.large", "m6a.large", "c6a.large", "c5a.large", "r7i.large", "c7i.large"]
"instance_type" = ["t3a.medium", "t3.medium", "t2.medium", "c6i.large", "t3a.large", "m6a.large", "c6a.large", "c5a.large", "c7i.large"]
"root_dev_size" = 50
"data_dev_size" = 25
"min_size" = 0
Expand Down

0 comments on commit bfd5836

Please sign in to comment.