[@aws-cdk/aws-autoscaling] The property targetRequestsPerSecond on autoScalingGroup.scaleOnRequestCount is by minute not second #11446
Labels
@aws-cdk/aws-autoscaling
Related to Amazon EC2 Auto Scaling
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Scaling by request count on an AutoSclaing group is done by minute not by second. The documentation and the property name suggests the scaling target is per second.
Reproduction Steps
What did you expect to happen?
I expected the auto scaling group to scale to the target of 30 requests per second.
What actually happened?
The auto scaling group scaled to the target of 30 requests per minute.
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: