1 Answer
- Newest
- Most votes
- Most comments
0
This isn't possible currently, but I've passed on this feedback to the internal AutoScaling team. The only workaround currently would be to aggregate the notifications via EventBridge, and then create your own mechanism to trigger an SNS notification once a threshold is breached. Ex, :
- Have the Event notify Lambda which records the entries in a DB
- Have the Event logged in a CloudWatch log group; which has a metric filter to create a custom metric; link an alarm to that custom metric
https://docs.aws.amazon.com/autoscaling/ec2/userguide/cloud-watch-events.html
Relevant content
- asked 4 years ago
- asked 7 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago