Skip to content

Commit

Permalink
Tweak asg for ecs cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Oct 1, 2024
1 parent 5a75ac1 commit 67cf34e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ module "ooniapi_cluster" {
subnet_ids = module.network.vpc_subnet_public[*].id

# You need be careful how these are tweaked.
asg_min = 5
asg_max = 12
asg_desired = 5
asg_min = 3
asg_max = 8
asg_desired = 3

instance_type = "t3.micro"

Expand Down

0 comments on commit 67cf34e

Please sign in to comment.