Skip to content

Commit

Permalink
set ecs task size
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Jun 27, 2024
1 parent ba0d951 commit ce8dfce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/vars/terraform-dev.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ tile_cache_url = "dev-tiles.globalforestwatch.org"
desired_count = 1
auto_scaling_min_capacity = 1
auto_scaling_max_capacity = 5
fargate_cpu = 4096
fargate_memory = 8192
data_lake_bucket_name = "gfw-data-lake-staging"
2 changes: 2 additions & 0 deletions terraform/vars/terraform-production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ tile_cache_url = "tiles.globalforestwatch.org"
desired_count = 2
auto_scaling_min_capacity = 2
auto_scaling_max_capacity = 15
fargate_cpu = 8192
fargate_memory = 16384
data_lake_bucket_name = "gfw-data-lake"

0 comments on commit ce8dfce

Please sign in to comment.