All Content tagged with Amazon ElastiCache
fully managed, in-memory caching service supporting flexible, real-time use cases.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Hi,
we have a client application where we use a go rueidis library to connect to redis instances from our Kubernetes cluster.
we've successfully used the rueidis client to connect to our locally run...
Hi team,
I have an existing Amazon ElastiCache Redis cluster set up via CDK in our AWS account with the following configuration
```
const redis = new elasticache.CfnReplicationGroup(this, 'cache',...
A car rental company has built a serverless REST API to provide data to its mobile app. The app consists of an Amazon API Gateway API with a Regional endpoint, AWS Lambda functions, and an Amazon...
In the discussion on [this AWS forum post](https://repost.aws/questions/QU_mUvs_SuSiW-1tESHo60bQ/elasticache-serverless-scaling-characteristics), Mr. Abhay mentions that ElastiCache Serverless can...
When creating a Serverless Cache in AWS ElastiCache, the automatically generated VPC endpoints are automatically deleted when the Serverless Cache is deleted. However, there are cases where the VPC...
I have created list of users and usergroups and associated it with the redis global datastore primary cluster (self designed Replication group Cluster), for accessing the secondary region do I need to...
Hi,
Its AWS Rotate automaticaly AUTH token i REDIS ? I have twice issues when app stop comunicate with Redis when errors its WRONG password.
Its AWS automaticly rotate AUTH token wih any SEC update...
I have an Elasticache running on Redis engine (version 5.0.6), with 1 node and cluster mode and multi-az modes disabled. I want to migrate the Elasticache from this account to another account. I...
We have been trying to set up a serverless elasticache redis oss and call it using a lambda function. However, we cannot make it work.
We have the elasticache and lambda on the same VPC, lambda and...
Currently we are using AWS elastic cache in one of our production account. We are thinking to moving to elastic cache serverless, believing it will reduce a part of our bill.
While using aws...
i have an elasticache cluster in old version. then i decide to upgrade new version of redis. so i created new redis cluster with new version and connected with application. but i dont have any old...
I'm currently leveraging a custom HuggingFace model, stored in an S3 bucket, for my serverless inference endpoint. The model size is approximately 750MB. However, I'm encountering significant cold...