Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS SNS - Error trying to save Text messaging preferences on aws

I'm trying to change Text messaging preferences in the AWS SNS service.

I'm getting this error

Invalid parameter: (Service: AmazonSNS; Status Code: 400; Error Code: InvalidParameter; Request ID: 2681ed63-5c47-5bb6-a4c3-beb27367210a)

I have 4 clients that use AWS, and I get this error in every client's account.

enter image description here

like image 587
Andre Pavini Avatar asked Jul 24 '18 14:07

Andre Pavini


People also ask

What can SNS do in case of failing messages?

When the message delivery retry policy is exhausted, Amazon SNS can move the message to a dead-letter queue (DLQ). For more information, see Message Delivery Retries and Amazon SNS Dead-Letter Queues.


2 Answers

Or as in my case, I was starting to use SNS in my account for the first time and tried to set USD 5 as the upper limit. The max allowed when you set up the first time is USD 1. Then you've to request AWS Support to increase this limit.

like image 53
krishnakumarp Avatar answered Nov 11 '22 13:11

krishnakumarp


After 7 days talking with AWS support, I get the solution.

Believe or not, it's simple. The input "Default sender ID" must have only 11 digits.

Why not just say it on error message? ;)

like image 27
Andre Pavini Avatar answered Nov 11 '22 13:11

Andre Pavini