Lambda: file descriptor limits - does it include network connections?

0

A customer has asked the following:

Does max file descriptors of 1024 for lambdas also include open network connections?

I believe the question could also be expended to:

Are there any limitations on the number of open network connections?

Any help appreciated!

AWS
EXPERT
mhjwork
asked 8 years ago2190 views
1 Answer
0
Accepted Answer

Yes, each network connection will consume a file descriptor and count towards that limit. There's no specific limit on open network connections aside from the 1,024 file descriptor limit.

AWS
EXPERT
answered 8 years 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