AWS Certified SysOps Administrator – Associate (legacy) — Question 323
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?
Answer options
- 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
Correct answer: B
Explanation
Suspending the AlarmNotification process prevents Auto Scaling from executing scaling policies triggered by CloudWatch alarms. CloudWatch itself continues to function and generate alarms, meaning AWS receives them, but Auto Scaling will not act on them until the AlarmNotification process is resumed.