Predictive scaling and Schedule scaling

0

What are the differences of predictive scaling and schedule scaling?

질문됨 6달 전349회 조회
2개 답변
1

Hi,

This article gives you a good overview on all scaling strategies incl. schedule scaling and predictive scaling:

https://www.missioncloud.com/blog/top-five-aws-auto-scaling-strategies

In essence:

  • you use schedule scaling when you know in advance the changes (increases / decreases) in your workloads due to scheduled events that triggers those changes
  • you use predictive scaling when you have data points about previous moments of workloads changes and you use a predictive model (ML-based or not) to predict the future changes in your workloads and adapt your compute capacity accordingly. Best,

Didie

profile pictureAWS
전문가
답변함 6달 전
profile picture
전문가
검토됨 2달 전
  • Your answer is very helpful. Thank you very much.

0
수락된 답변

Predictive scaling uses machine learning to predict capacity requirements based on historical data from CloudWatch https://aws.amazon.com/blogs/aws/new-predictive-scaling-for-ec2-powered-by-machine-learning/

Scheduled scaling is set manually https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scheduled-scaling.html

profile picture
전문가
Steve_M
답변함 6달 전
profile picture
전문가
검토됨 2달 전
  • Thank you for your answer. It is very useful for me.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠