Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AutoScaling Support #122

Closed
hspencer77 opened this issue Jul 30, 2020 · 3 comments · Fixed by #181, #194 or #214
Closed

Add AutoScaling Support #122

hspencer77 opened this issue Jul 30, 2020 · 3 comments · Fixed by #181, #194 or #214
Assignees
Labels
enhancement New feature or request

Comments

@hspencer77
Copy link

hspencer77 commented Jul 30, 2020

Feature Request

Feature request to add autoscaling support for ECS workloads deployed. Autoscaling support should be added for the following:

  • CPU utilization - (ECS)
  • Memory utilization - (ECS)
  • Request Count Per Target (ALB)
  • Target Response Time (ALB)
  • HTTPCode_Target_3XX_Count, HTTPCode_Target_4XX_Count, HTTPCode_Target_5XX_Count (ALB)

Some additional ones that would be helpful:

  • ApproximateNumberOfMessagesVisible (SQS)

Use Cases

  • Autoscale ECS workloads based upon CPU/Memory metrics
  • Autoscale ECS workloads based upon ALB metrics (this is helpful if a given workload deployed on ECS has a certain performance characteristic that would require a faster scaling out response instead of waiting for CPU/Memory on ECS to get to a specific level)
  • Autoscale on SQS queue when X number of messages are visible (this would allow a ratio mapping of the number of ECS tasks per number of messages)
@hspencer77 hspencer77 added the enhancement New feature or request label Jul 30, 2020
@JohnPreston
Copy link
Member

Done for CPU/RAM.
Working on SQS based scaling so going to work on a merge of the two features.

This was linked to pull requests Oct 7, 2020
@JohnPreston
Copy link
Member

@hspencer77 SQS based step scaling is done. Further investigation and testing to be done but technically works.

@JohnPreston
Copy link
Member

To do: LB based scaling.

@JohnPreston JohnPreston linked a pull request Oct 20, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants