Skip to content

Commit

Permalink
TM-93 Cycle through EC2 to deploy new AMI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vc13837 committed Aug 23, 2024
1 parent ace8da0 commit ed4cdb7
Show file tree
Hide file tree
Showing 4 changed files 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,12 +66,12 @@
"container_instance_type": "linux",
"instance_type": "t3a.medium",
"key_name": "",
"ec2_desired_capacity": 3,
"ec2_desired_capacity": 2,
"ec2_max_size": 2,
"ec2_min_size": 1,
"app_count": 1,
"appscaling_min_capacity": 1,
"appscaling_max_capacity": 3,
"appscaling_max_capacity": 2,
"ecs_scaling_cpu_threshold": 80,
"ecs_scaling_mem_threshold": 80,
"ec2_instance_warmup_period": 300,
Expand Down
Binary file removed terraform/environments/apex/zipfiles/dbconnect.zip
Binary file not shown.
Binary file removed terraform/environments/apex/zipfiles/dbsnapshot.zip
Binary file not shown.
Binary file not shown.

0 comments on commit ed4cdb7

Please sign in to comment.