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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ