A user has configured ELB with Auto Scaling. The user suspended the Auto Scaling AlarmNotification which notifies Auto Scaling for CloudWatch alarms. process for a while. What will Auto Scaling do during this period?
A.
AWS will not receive the alarms from CloudWatch
B.
AWS will receive the alarms but will not execute the Auto Scaling policy
C.
Auto Scaling will execute the policy but it will not launch the instances until the process is resumed
D.
It is not possible to suspend the AlarmNotification process
Suggested Answer:B🗳️
Auto Scaling performs various processes, such as Launch, Terminate Alarm Notification etc. The user can also suspend individual process. The AlarmNotification process type accepts notifications from the Amazon CloudWatch alarms that are associated with the Auto Scaling group. If the user suspends this process type, Auto Scaling will not automatically execute the scaling policies that would be triggered by the alarms.
When the user suspends the Auto Scaling AlarmNotification process, AWS will continue to receive the alarms from CloudWatch, but it will not automatically execute the Auto Scaling policies associated with those alarms. This means that if the conditions specified in the CloudWatch alarms are met, Auto Scaling will not automatically trigger scaling actions like launching or terminating instances until the process is resumed. This can be useful if the user wants to temporarily prevent Auto Scaling actions from being taken in response to alarm conditions.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
albert_kuo
8 months, 3 weeks agoTroyMcLure
2 years, 6 months agoawscertified
2 years, 7 months ago