1 Answer
- Newest
- Most votes
- Most comments
0
Hi.
I would start by checking the ResourceCount for SNS in CloudWatch it will give you The number of messages published to your Amazon SNS topics across your AWS account it should give you an indication if you are close to the quota. Make sure to check the Service Quotas console to verify that the quota has been increased as you have requested.
Other than that, make sure you implement you retries with exponential backoff to not have the retries overload the topic as well.
Hope it helps.
Relevant content
- asked 3 years ago
- asked 7 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 8 months ago

Is there a connection between any of the other metrics and ResourceCount?
I am able to identify a very short spike with the ResourceCount, but all the topic metrics themselves across all regions are similar.