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
질문됨 한 달 전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
전문가
답변함 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠