Skip to content

Commit

Permalink
TM-93 Cycle through EC2 to deploy new AMI 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vc13837 committed Aug 23, 2024
1 parent 9d6a650 commit e2f1412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/apex/application_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"container_instance_type": "linux",
"instance_type": "t3a.medium",
"key_name": "",
"ec2_desired_capacity": 2,
"ec2_desired_capacity": 1,
"ec2_max_size": 2,
"ec2_min_size": 1,
"app_count": 1,
"app_count": 2,
"appscaling_min_capacity": 1,
"appscaling_max_capacity": 2,
"ecs_scaling_cpu_threshold": 80,
Expand Down

0 comments on commit e2f1412

Please sign in to comment.