EC2 - Scaling smartly

Does anyone know how to do smart scaling? meaning that overnight the ec2 will be scaled for the min on the morning will go up to the max or something like that?

Based on load or time?

Time: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scheduled-scaling.html

Load is better, though a mix can work well depending on the workload.

I agree load based scaling is almost always better.

Based on time, but I will look into the mix :slightly_smiling_face:

Thank you both, much appreciated