Skip to main content

AWS Glossary

Amazon ElastiCache Serverless

ElastiCache Serverless removes capacity planning for in-memory caching — automatic scaling, per-second pricing, and zero downtime sizing changes for Redis/Valkey and Memcached.

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

ElastiCache Serverless removes capacity planning for in-memory caching — automatic scaling, per-second pricing, and zero downtime sizing changes for Redis/Valkey and Memcached.

Key Facts

  • ElastiCache Serverless removes capacity planning for in-memory caching — automatic scaling, per-second pricing, and zero downtime sizing changes for Redis/Valkey and Memcached
  • Definition Amazon **ElastiCache Serverless** is a capacity mode for ElastiCache that removes node type selection and cluster resizing
  • Serverless fits **cache** workloads — ephemeral, TTL-driven, reconstructable from a primary database — not durable primary stores
  • For DynamoDB-specific microsecond reads, **DAX** remains the specialized path
  • When not to use it - Steady **high QPS** 24/7 caches — provisioned clusters with reserved pricing often beat Serverless ECPU meters

Entity Definitions

Aurora
Aurora is an AWS service relevant to amazon elasticache serverless.
DynamoDB
DynamoDB is an AWS service relevant to amazon elasticache serverless.
VPC
VPC is an AWS service relevant to amazon elasticache serverless.
ElastiCache
ElastiCache is an AWS service relevant to amazon elasticache serverless.
multi-tenant
multi-tenant is a cloud computing concept relevant to amazon elasticache serverless.
serverless
serverless is a cloud computing concept relevant to amazon elasticache serverless.

Related Content

Definition

Amazon ElastiCache Serverless is a capacity mode for ElastiCache that removes node type selection and cluster resizing. AWS scales ElastiCache Processing Units (ECPUs) and memory based on traffic, memory pressure, and configured minimum capacity — billing per second for compute operations and per GB-hour for stored data. Supported engines include Valkey, Redis OSS, and Memcached. Multi-AZ resilience is built in without you managing replica promotion.

Serverless fits cache workloads — ephemeral, TTL-driven, reconstructable from a primary database — not durable primary stores. For durable in-memory databases with transaction logs, use MemoryDB for Valkey. For DynamoDB-specific microsecond reads, DAX remains the specialized path.

When to use it

When not to use it

Tips

Gotchas

Official references

Need help with this topic?

Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.