Reputation: 4069
I'm using Amazon SNS for sending Text Message blasts to subscribers on my site. I would like to be able to have a different short code to send from, assigned if possible to one of my User accounts which have already been created and which have their own Key and Secret for use with the SNS API.
Where do I go in the AWS Console to set this up? Is this possible or not?
Upvotes: 0
Views: 385
Reputation: 17455
It is possible. Take a look at the AWS docs. You ultimately need to create an SNS Limit Increase case with Amazon support. But make sure you follow the SMS Pricing doc because it's not cheap or quick:
Amazon SNS now supports dedicated short codes for the US destinations. Each dedicated short code is $995 per month. You are billed for your dedicated short code addresses at the end of each month along with any other Amazon SNS text message sending charges you incur.
The United States Short Codes will incur a one-time setup fee of $650. Carrier approval may take 8-12 weeks (or longer), and your short code may not be fully live with all US carriers during this period.
To request a dedicated short code, open a dedicated short code limit increase case in Support Centre.
Upvotes: 1