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

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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ