fargatecli icon indicating copy to clipboard operation
fargatecli copied to clipboard

Enable auto-scaling based on CloudWatch Events

Open arun-gupta opened this issue 7 years ago • 1 comments

It would be great to enable service auto-scaling based upon CloudWatch events. For example, CPU or memory usage reaching a certain threshold.

arun-gupta avatar Apr 08 '18 15:04 arun-gupta

https://aws.github.io/copilot-cli/docs/include/common-svc-fields/

count:
  range: 1-10
  cpu_percentage: 70
  memory_percentage: 80
  requests: 10000
  response_time: 2s

Mihailoff avatar Oct 07 '21 21:10 Mihailoff