Is there an account-global connection limits in lambda that could cause timeouts?

0

Hello,

I'm trying to debug a rather bizarre issue we've been dealing with that started about 5 days ago. We integrate with several google services, and we have lambdas both inside and outside of VPC. Since the 23rd we've been getting connection timeout across google services GCP, non-GCP, simple things like auth, and events collection. This is also using both direct HTTP calls, and using google's own SDKs with their transport layer.

Because it's affecting simple things on google's end like OAuth (across several GCP projects) and events collection (which doesn't use auth), I don't believe it's something happening on their end. *It's almost like AWS is not opening a connection for ~2 minutes at times across all of our lambda functions to Google's network (hosts are different, but IPs are Google's). Non-google calls do not seem to have been impacted, which are sometimes happening on the same lambda.

Any advice would be helpful.

2개 답변
0

Hi,

Lambda service has various quotas: https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html

You should check the current values for your account via AWS Console and ask for raises when needed.

The one that comes first in mind is concurrent executions: default is at 1000 but it can be raised much higher on request

Best.

Didier

profile pictureAWS
전문가
답변함 8달 전
  • I'm very aware that AWS Lambda has concurrent execution limits, but that doesn't explain why an already executing lambda is getting TCP socket hangups against 1 major network destination specifically after 2 minutes suddenly. None of those documented limits are relevant to what I'm asking about.

0

I would run some test from a different machine (not Lambda) the same time of the failures to check if the issue is on the GCP side or not. I would run something from your Laptop and also maybe from some EC2 instance.

profile pictureAWS
전문가
Uri
답변함 8달 전

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

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

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

관련 콘텐츠