I have set up an ECS cluster backed up by AWS Fargate. Assigned minimal CPU (256) and Memory (512) in order to test scale in and scale of for this cluster. This cluster scales and scales out successfully depending on the load. However, the scale out operation triggers approximately 10 minutes after the load reaches more than 50% (which is AutoScalingTargetValue for CPU usage). Similarly, it takes approximately 20 minutes in order to scale in after load drops to 15% CPU usage.
I am not understanding how should I configure the Autoscaling group in order for the policy to respond within a minute to changing load.