Skip to content

Commit

Permalink
Increase the size of the ECS cluster host
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 13, 2024
1 parent eaf7a7e commit d25b886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tf/modules/ecs_cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ variable "admin_cidr_ingress" {
}

variable "instance_type" {
default = "t2.micro"
default = "t2.small"
}

variable "instance_volume_size" {
Expand Down
2 changes: 1 addition & 1 deletion tf/modules/ooniapi_service/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "tags" {

variable "service_desired_count" {
description = "Desired numbers of instances in the ecs service"
default = 3
default = 2
}

variable "task_cpu" {
Expand Down

0 comments on commit d25b886

Please sign in to comment.