Skip to main content

Questions tagged [amazon-elasticache]

Amazon ElastiCache is a web service that makes it easy to deploy, operate, and scale an in-memory cache in the cloud. Amazon ElastiCache improves the performance of web applications by allowing you to retrieve information from a fast, managed, in-memory caching system. The service simplifies and offloads the management, monitoring and operation of in-memory cache environments, enabling your engineering resources to focus on developing applications.

amazon-elasticache
0 votes
0 answers
22 views

Error Code 137 while using Elasticache Redis with ECS Fargate

I am running containers on ECS Fargate and everything is working as expected but there is one issue. When I have this redis code running in my server side, the server container is failing to reach a ...
brohxa's user avatar
  • 117
0 votes
0 answers
19 views

AWS Elasticache timeout error even with good configuration

The backend of my application is hosted with Elastic Beanstalk, everything works great. I recently decided to configure a cache by creating an ElastiCache (Redis) cluster and I have a big problem ...
Oksallz Snzdiz's user avatar
0 votes
0 answers
28 views

Is there any way to have redis and memchaced coexist on one server?

I'm currently running a web service on an aws web server (ec2). I'm using elasticache memcached to keep the login status. However, the screen loads very slowly, so I considered storing the query ...
s.screwd's user avatar
0 votes
0 answers
11 views

AWS elasti cache getting slow when request increases

During the spike, we are noticing our aws serverless elasti cache is slow. Taking 500ms to 2500ms to return data. Normally it returns 2ms-50ms. We find this data using a logging tool and it is placed ...
Hkm Sadek's user avatar
  • 3,119
0 votes
0 answers
16 views

How to view the slow log query running on aws elasti cache serverless

I am using aws elasti cache serverless and SLOWLOG command is restricted. I get an error when running SLOWLOG GET 10 (error) ERR unknown command 'slowlog', with args beginning with: GET How can I ...
Hkm Sadek's user avatar
  • 3,119
0 votes
0 answers
15 views

AWS App Runner health check fails when using outgoing custom VPC

I have an App Runner service that works Ok when using public access networking configuration for incoming and outgoing traffic. But I need this service to connect to a aws redis instance that is under ...
Fabricio Marrone's user avatar
0 votes
0 answers
17 views

Question about Amazon Elasticache and CloudWatch

My redis elasticache cluster has a service linked role but it still doesn’t send logs to cloudwatch. I tried to connect a policy to the log group but still no logs. I dont think i can create a role ...
jyapx's user avatar
  • 2,359
0 votes
0 answers
20 views

Is it possible to create AWS Elasticache Redis cluster in highly available configuration with durable data

I need AWS Elasticache Redis cluster with durable data. Specifically all data written to Redis should be safe in case of one node failure. For those who answer "You do not need it, Redis is for ...
Denis's user avatar
  • 1,231
0 votes
0 answers
24 views

Unable to Connect .NET Web API to ElastiCache Redis Cluster with AWS App Runner

I have to redeploy a .NET Web Api application since AWS ECS with Docker is now archived / deprecated. Doing so I'm using AWS Copilot to deploy an App Runner service. I used a test application to learn ...
smcg's user avatar
  • 157
0 votes
1 answer
69 views

.NET Amazon Elasticache - Redis cluster random timeout errors

Recently we introduced storing user session data on Amazon's ElastiCache through Redis Cache. I was a little worried of the speed and latency issues of this solution as before the session data was ...
nyduss's user avatar
  • 87
3 votes
1 answer
52 views

aws Redis Connection Fails over authentication via NodeJS

I'm trying to connect aws Redis Cache via NodeJS, however, it fails with the below error. But I'm able to successfully connect via redis-cli. Command: node app.js node version: v16.14.0 aws redis ...
Vinoth Karthick's user avatar
0 votes
0 answers
20 views

Redis failover to Elasticache with `CLIENT PAUSE`

So I'm trying to zero in the process to failover a self-provisioned Redis to ElastiCache. What I'm planning to do: Start migration in ElastiCache Multi-exec CLIENT PAUSE 300000 WRITE + INFO ...
Juan Pablo Santos's user avatar
-1 votes
1 answer
53 views

How to Enable Cost-Effective Internet Access for AWS Lambda in a VPC?

I have an AWS Lambda function written in Go that needs to connect to an RDS and an ElastiCache instance, both of which are in a VPC. To achieve this, I placed the Lambda function in an allowed ...
Arthur's user avatar
  • 3
0 votes
2 answers
103 views

AWS ElastiCache Redis Network Limits

I am little confused when reading the docs about ElastiCache network limits. Each node type has it's own bandwidth defined in Gbps. There are two metrics counting network traffic for Redis, these ...
Bulchsu's user avatar
  • 680
0 votes
0 answers
70 views

Slow connection between elasticache and ECS

I have an ECS service deployed; a docker image which does some calculation based on some data in a Elasticache cluster (redis) But response time seems to be long, compared to the same service tested ...
blackstorm's user avatar

15 30 50 per page
1
2 3 4 5
62