Implement Auto-scaling
Open
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 776
- PR merge metrics
- No merged PRs in 30d
Description
**User Story:**
As a developer
I want auto scaling implemented
So that when the usage of the system pass a certain threshold new infrastructure are automatically provisioned and deployed
**Acceptance Criteria**
GIVEN the system is up and running
WHEN CPU usage passes a certain threshold (defined by engineers)
THEN a task will automatically provision new ECS tasks
**Note:**
This is required to have a production ready infra as code solution
Contributor guide
Assessment
This issue has not been assessed yet.