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
127 results
Im trying to convert Elasticache Serverless to Elasticache provisioned.
Used data stored to get the proper memory size
how to get the necessaery CPU size from ECPU count
Using AWS Resource Explorer, I found regions like Soeul (AP-northeast-2) that have dozens of Elasticache Cache Parameter Groups. I have not used any elastic cache resources in this region before....
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...