Amazon SNS - 获取有关成功和失败通知数量的信息

Amazon SNS - Get information about number of successful and failed notifications

我正在尝试通过将终端节点订阅到 SNS 主题来使用 Amazon SNS 发送通知。我已将事件配置为在通知失败时发送电子邮件。但是有没有办法知道有多少通知成功,有多少通知失败?

确实有,你必须使用CloudWatch metrics; specifically NumberOfNotificationsDelivered and NumberOfNotificationsFailed.

以上是使用这些指标配置的图表的快速截图。

希望对您有所帮助!