nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

Implement the auto scaling for Fargate cluster #161

Closed longnd closed 1 year ago

longnd commented 1 year ago

Why

Currently, we don't have auto-scaling for the Fargate cluster, each service runs with a fixed amount of tasks. It is not sufficient for the production environment.

Thus, we need to implement the auto-scaling for the Fargate clusters so it can scale up & down according to the pre-defined rules.

Who Benefits?

hoangmirs commented 1 year ago

This is duplicated with https://github.com/nimblehq/infrastructure-templates/issues/137

longnd commented 1 year ago

I didn't realize that. Closed. Thank you 🙏.