0

I need some solution to get cloudwatch alarm notification for specific elasticache events like '''ElastiCache:CacheNodeReplaceStarted''', '''ElastiCache:RemoveCacheNodeComplete'''.

I know we can enable notification to Topic, but we get all events notified.

1 Answers1

0

You can filter out notifications that go to specified subscribers. https://docs.aws.amazon.com/sns/latest/dg/sns-message-filtering.html

The SNS topic will still received all notifications, but those subscribed to the SNS topic can receive a desired sub-set of those notifications.

jdenoc
  • 1
  • 1