Skip to content

Commit

Permalink
increase production fargate task size
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed May 27, 2024
1 parent 3cb83d7 commit e6546a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/vars/terraform-production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rw_api_url = "https://api.resourcewatch.org"
desired_count = 2
auto_scaling_min_capacity = 2
auto_scaling_max_capacity = 15
fargate_cpu = 2048
fargate_memory = 4096
lambda_analysis_workspace = "default"
key_pair = "dmannarino_gfw"
new_relic_license_key_arn = "arn:aws:secretsmanager:us-east-1:401951483516:secret:newrelic/license_key-CyqUPX"

0 comments on commit e6546a2

Please sign in to comment.