Closed dhe-cr closed 4 months ago
Currently Fargate cluster has no scaling policy. One should be created to allow for scale out in production environment.
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ecs/README.html#task-auto-scaling
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_applicationautoscaling/README.html
https://github.com/ASUCICREPO/waterbot/pull/44 implemented
Currently Fargate cluster has no scaling policy. One should be created to allow for scale out in production environment.