AWS - ECS and Fargate
Given this ECS service auto scaling configuration snippet:
What happens when CPU utilization stays at 70% for a long time?
{"MinCapacity": 2, "MaxCapacity": 5, "TargetValue": 60}What happens when CPU utilization stays at 70% for a long time?
