Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request
My ECR on App Runner service doesn't scale. Surely it's my lack of knowledge, but I tried different auto-scaling settings (default is 100-1-25, but I also tried 200-1-25 and 50-1-25). I tried different stress tests, but after few hundreds of requests it doesn't scale at all and lot of requests fail (reasons: connection timeout). As a reference, I use ddosify. The commands I run are:
ddosify -t myhost.com -n 1000 -d 1000 -l linear
ddosify -t myhost.com -n 1000 -d 1000 -l incremental
In the App Runner dashboard, if I go to Metrics, at the bottom I see the section "Active instances", and after my stress tests it never go over 1 instance.
What can I do to create multiple instances and let my service scale to multiple requests?
Community Note
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request
My ECR on App Runner service doesn't scale. Surely it's my lack of knowledge, but I tried different auto-scaling settings (default is 100-1-25, but I also tried 200-1-25 and 50-1-25). I tried different stress tests, but after few hundreds of requests it doesn't scale at all and lot of requests fail (reasons: connection timeout). As a reference, I use ddosify. The commands I run are:
ddosify -t myhost.com -n 1000 -d 1000 -l linearddosify -t myhost.com -n 1000 -d 1000 -l incrementalIn the App Runner dashboard, if I go to Metrics, at the bottom I see the section "Active instances", and after my stress tests it never go over 1 instance.
What can I do to create multiple instances and let my service scale to multiple requests?