Scheduled scaling in AWS Auto Scaling lets you automatically adjust the number of servers at specific times you choose. You define a schedule using cron or rate expressions and set the desired number of servers. When the scheduled time arrives, AWS changes the capacity to your desired number. Between scheduled times, the capacity remains steady. This helps save costs and ensures enough servers during busy times. For example, setting desired capacity to 5 at 8 AM means every day at 8 AM, the system scales to 5 servers. The execution table shows capacity before and after scheduled triggers. Capacity only changes at scheduled times, not continuously. If you change the desired capacity in the schedule, the system adjusts accordingly at the next trigger.