Max connection limit for websocket?

0

Hi, is there any explicit limit for websocket max connections?
I went through the docs but couldn't find it.

The websocket support is super exciting.
Looking forward for your reply!

asked 5 years ago5746 views
2 Answers
1

There is no explicit limit for WebSocket max connections.

However, we do have these limits that will restrict max connections indirectly:

  • New connections per second per account (across all WebSocket APIs) per region : 500
  • Connection duration for WebSocket APIs : 2 hours

Currently, all of them are hard limits and cannot be increased. We are planning to allow customers to request limit increases, but we have no set timeline on when that feature will be available.

AWS
answered 5 years ago
0

Thanks, really glad to hear there is no hard limit on max connections!

answered 5 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