Amazon ElastiCache is a web service that makes it easy to deploy, operate, and scale an in-memory cache in the cloud.
I'm currently running a site which uses Redis through Elasticache. We want to move to a larger instance with more …
amazon-web-services redis amazon-elasticacheI'm trying to write an AWS Lambda function which uses redis(on amazon elasticcache). The problem – I can't connect to …
node.js amazon-web-services redis aws-lambda amazon-elasticacheI have installed and compiled Redis from source and am attempting to connect to an Amazon ElastiCache (Redis) cluster. I …
amazon-web-services redis amazon-elasticacheI want to create an elasticache instance using redis. I think that I should use it "cluster mode disabled" because …
redis amazon-cloudformation amazon-elasticacheIn CloudFormation, I'm creating a VPC, two EC2 instances, and an Elasticache in front of them. In the template, I'm …
amazon-web-services amazon-ec2 subnet amazon-cloudformation amazon-elasticacheI am using RDS on amazon with a MySQL interface. My application runs on EC2 nodes and read/update the …
mysql performance amazon-ec2 amazon-elasticacheHow to export existing configured and tested infrastructure (including AWS Lambda functions, API Gateways, ElastiCache clusters, Cloudwatch rules) to Cloudformation …
amazon-web-services aws-lambda aws-api-gateway amazon-cloudformation amazon-elasticacheMy web application requires extremely low-latency read/write of small data blobs (<10KB) that can be stored as key-value …
amazon-web-services amazon-dynamodb amazon-elasticache amazon-efs amazon-dynamodb-daxAccording to the Amazon Kinesis Streams documentation, a record can be delivered multiple times. The only way to be sure …
amazon-web-services amazon-dynamodb amazon-kinesis amazon-elasticache amazon-elasticsearchI have a list of 100 million strings one on each line. The file size is 1.66 Gb. Each string is about 20 …
optimization amazon-web-services redis benchmarking amazon-elasticache