SES Connectivity issue

0

I am experiencing an issue when sending emails from a Lambda function. When I send a large number of emails, I receive the following error:

connect ETIMEDOUT 15.204.22.185:443

error.address	15.204.22.185
error.code	ETIMEDOUT
error.errno	-110
error.port	443
error.syscall	connect

the lambda function is in eu-west-1

Oscar
已提问 1 个月前122 查看次数
1 回答
0

Hi,

Have you taken a look at the following re:Post question? It seems very similar to your case.

If you are experiencing intermittent TCP connection timeout with a working public endpoint then it’s also something that we need to troubleshoot from the Lambda service itself. Because this may be due to packet fragmentation. Lambda functions cannot handle incoming fragmented TCP requests, since Lambda does not support IP fragmentation for TCP or ICMP.

profile picture
专家
已回答 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则