A user is trying to setup a scheduled scaling activity using Auto Scaling.The user wants to setup the recurring schedule.
Which of the below mentioned parameters is not required in this case?
Maximum size
Auto Scaling group name
End time
Recurrence value
Explanations:
The maximum size is required to define the upper limit of instances for the Auto Scaling group during scaling activities.
The Auto Scaling group name is necessary to specify which group the scheduled scaling action applies to.
The end time is not required for a recurring schedule because the activity is meant to run indefinitely, based on the recurrence pattern.
The recurrence value is required to define how often the scaling action should occur (e.g., daily, weekly).