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 Answer
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
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions