ASUCICREPO / waterbot

MIT License
0 stars 2 forks source link

Scaling Policy on Fargate Cluster #36

Closed dhe-cr closed 4 months ago

dhe-cr commented 5 months ago

Currently Fargate cluster has no scaling policy. One should be created to allow for scale out in production environment.

dhe-cr commented 5 months ago

https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ecs/README.html#task-auto-scaling

dhe-cr commented 5 months ago

https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_applicationautoscaling/README.html

dhe-cr commented 4 months ago

https://github.com/ASUCICREPO/waterbot/pull/44 implemented