amazon-web-services - 如何解决亚马逊SNS短信仅发送到经过验证的号码的问题

标签 amazon-web-services amazon-sns

我需要有关 aws sns 的帮助,仅发送到经过验证的号码,如何在不验证号码的情况下发送,请🙏

我想发送给任何号码

帮助我发送到任何号码,无需在 aws sns 仪表板中进行验证。

感谢您的帮助...

我尝试了很多方法但没有验证,但消息没有到达

最佳答案

听起来您的 AWS 账户位于“短信沙盒”中,限制了您发送消息的位置。

来自SMS sandbox - Amazon Simple Notification Service :

When you start using Amazon SNS to send SMS messages, your AWS account is in the SMS sandbox. The SMS sandbox provides a safe environment for you to try Amazon SNS features without risking your reputation as an SMS sender. While your account is in the SMS sandbox, you can use all of the features of Amazon SNS, with the following restrictions:

  • You can send SMS messages only to verified destination phone numbers.
  • You can have up to 10 verified destination phone numbers.
  • You can delete destination phone numbers only after 24 or more hours have passed since verification or the last verification attempt.

When your account is moved out of the sandbox, these restrictions are removed, and you can send SMS messages to any recipient.

要移出沙箱,Moving out of the SMS sandbox - Amazon Simple Notification Service说:

Moving your AWS account out of the SMS sandbox requires that you first add, verify, and test destination phone numbers. Then, you must create a case with AWS Support.
...
On the Amazon SNS console's Mobile text messaging (SMS) page, under Account information, choose Exit SMS sandbox.
...
The AWS Support team provides an initial response to your request within 24 hours.

To prevent our systems from being used to send unsolicited or malicious content, we consider each request carefully. If we can, we will grant your request within this 24-hour period. However, if we need additional information from you, it might take longer to resolve your request.

If your use case doesn't align with our policies, we might be unable to grant your request.

关于amazon-web-services - 如何解决亚马逊SNS短信仅发送到经过验证的号码的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76834825/

相关文章:

amazon-web-services - 尝试使用 KMS 在 Lambda 函数中解密密文会导致超时

java - AWS S3 JAVA SDK - listObjects 返回不完整的目录列表

javascript - 使用 Amazon SNS 推送通知( Node )

amazon-web-services - Amazon SES通知(SNS)不起作用

amazon-web-services - aws cli 命令订阅带有过滤器的主题

node.js - 无法确认 AWS Sns 订阅 NodeJS 中的 http 端点

amazon-web-services - 如何使用 AWS CLI (

java - 是否可以检查 DynamoDB 的预配置吞吐量是多少?

amazon-web-services - 在 Cloudformation Beanstalk 脚本中将子网添加到 ELB 和子网值

http - AWS SNS HTTP/HTTPS 通知的源 IP 是什么?