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 個月前檢視次數 121 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南