EC2 可扩展环境从实例发送邮件
我在亚马逊云上有一个可扩展的环境。我想从 EC2 实例发送电子邮件(事务性、邮寄)。
我正在为我的负载均衡器使用一个弹性 Ip。我已在所有实例上安装了 postfix。
现在,我收到亚马逊发来的邮件,上面写着
“您最近达到了从实例上的 SMTP 端口 25 发送的电子邮件量的限制:”
1) 我是否必须使用任何邮件服务提供商来发送邮件(例如:http://aws.amazon.com/ses/)? 2)我用谷歌搜索了一下,人们建议通过此链接向亚马逊发送请求
https:// aws-portal.amazon.com/gp/aws/html-forms-controller/contactus/ec2-email-limit-rdns-request
如果我选择第二个选项,请执行我必须另外获取一个弹性ip吗?
有人可以向我解释发送请求的正确方法吗?
I have an scalable environment on amazon cloud. I want to send emails (transactional, mailing) from EC2 instances.
I am using one elastic Ip for my load balancer. I have installed postfix on all my instances.
Now, I got mail from amazon saying this
"You recently reached a limit on the volume of email you were able to send out of SMTP port 25 on your instance:"
1) Do I have to use any mail service provider to send mails (eg: http://aws.amazon.com/ses/)?
2) I googled it, people suggesting to send request to amazon through this link
https://aws-portal.amazon.com/gp/aws/html-forms-controller/contactus/ec2-email-limit-rdns-request
If I have go with 2nd option, Do I have to take another elastic ip?
Could somebody explain me the proper way to send request.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我向亚马逊发送了请求。他们已经取消了限制。
I sent request to Amazon. They have removed the limit.