dfrankow Asked: 2019-06-28 14:56:50 +0800 CST2019-06-28 14:56:50 +0800 CST 2019-06-28 14:56:50 +0800 CST What are AWS elasticache redis connection limits? 772 We started an AWS Elasticache instance on a cache.t2.micro instance. How many connections will it accept? amazon-elasticache 1 Answers Voted Best Answer asktyagi 2019-06-28T23:50:07+08:002019-06-28T23:50:07+08:00 Per https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ParameterGroups.Redis.html maxclients : The maximum number of clients that can be connected at one time. Default: 65000 Type: integer Modifiable: No
Per https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ParameterGroups.Redis.html