- Newest
- Most votes
- Most comments
How about this:
- Use an Alternative SMS Provider
• Twilio • Nexmo (Vonage) • KT or SK Telecom APIs (local providers) These services support Korean numbers and offer production-grade delivery. 2. Use Email or Push Notifications via SNS If SMS isn’t mandatory, SNS can still deliver: • Email notifications • Mobile push notifications (via Firebase, Apple Push, etc.) • HTTP endpoints (for app integrations) 3. Request SMS Support via AWS Support If your use case is critical, you can: • Open a support ticket with AWS • Request enablement of SMS for South Korea • Provide business justification and expected volume This doesn’t guarantee approval, but it’s worth trying if you’re committed to AWS SNS.
Hello, I observed that you are using "+82" in the phone number. The issue here is likely with the phone number format being passed to Amazon SNS.
SNS requires phone numbers in E.164 format, which means: The number must start with "+" followed by the country code and the full subscriber number (no spaces, no dashes). For South Korea, instead of just +82, you need to include the entire phone number. Once you update the number format to full E.164, the InvalidParameter error should be resolved. [+] https://docs.aws.amazon.com/sms-voice/latest/userguide/send-sms-voice-message.html
Should you need any additional and dedicated support, you can open a support case with AWS Support team: [+] https://docs.aws.amazon.com/awssupport/latest/user/case-management.html
Thank you, your kind answer, I provided full number +8210 and 8 digits more, and this number i confirmed no issue. This is following E.164 standard. The issues as aws sns get-sms-attributes --region ap-northeast-2
An error occurred (AuthorizationError) when calling the GetSMSAttributes operation: This feature is not yet enabled in this region
Relevant content
asked a year ago
asked 4 years ago
asked 2 years ago
- AWS OFFICIALUpdated 3 years ago

thank you very much for your suggestion. but it is mandatory to use sns to send message in south korea.