What will Auto Scaling do in this scenario?

A user is trying to setup a recurring Auto Scaling process. The user has setup one process to scale up every day
at 8 am and scale down at 7 PM. The user is trying to setup another recurring process which scales up on the
1st of every month at 8 AM and scales down the same day at 7 PM. What will Auto Scaling do in this scenario?

A user is trying to setup a recurring Auto Scaling process. The user has setup one process to scale up every day
at 8 am and scale down at 7 PM. The user is trying to setup another recurring process which scales up on the
1st of every month at 8 AM and scales down the same day at 7 PM. What will Auto Scaling do in this scenario?

A.
Auto Scaling will execute both processes but will add just one instance on the 1st

B.
Auto Scaling will add two instances on the 1st of the month

C.
Auto Scaling will schedule both the processes but execute only one process randomly

D.
Auto Scaling will throw an error since there is a conflict in the schedule of two separate Auto Scaling
Processes

Explanation:
Auto Scaling based on a schedule allows the user to scale the application in response to predictable load
changes. The user can also configure the recurring schedule action which will follow the Linux cron format. As
per Auto Scaling, a scheduled action must have a unique time value. If the user attempts to schedule an
activity at a time when another existing activity is already scheduled, the call will be rejected with an error
message noting the conflict.



Leave a Reply 0

Your email address will not be published. Required fields are marked *


Chef

Chef

You can create scheduled actions for scaling one time only or for scaling on a recurring schedule.

D.
Auto Scaling will throw an error since there is a conflict in the schedule of two separate Auto Scaling
Processes

http://docs.aws.amazon.com/autoscaling/latest/userguide/schedule_time.html

Chef

Chef

A scheduled action must have a unique time value. If you attempt to schedule an activity at a time when another existing activity is already scheduled, the call is rejected with an error message noting the conflict.

nagarjunadn

nagarjunadn

The option D is correct.

BDA

BDA

D

A scheduled action must have a unique time value. If you attempt to schedule an activity at a time when another scaling activity is already scheduled, the call is rejected with an error message noting the conflict.

charm

charm

D.
Auto Scaling will throw an error since there is a conflict in the schedule of two separate Auto Scaling
Processes