I have a CloudWatch Alarm that sends a notification to an SNS topic, and I have a subscriber on that topic setup to receive those notifications.
The problem is, the consumer listening on that topic is not receiving the notifications when I see evidence that the alarm should be firing notifications to the topic. So I'm trying to figure out:
- Is the alarm not configured properly?
- Is the SNS topic or the subscription on that topic not configured properly?
So I ask: is it possible to get an "audit" of when CloudWatch alarms fire notifications? Is it possible to get a similar "audit" in SNS, where you can see a log of what has been published to a particular topic, and whether or not anything successfully consumed/read it?