AWS Elasticache Redis

Amazon ElastiCache for Redis is a blazing fast in-memory data store that provides sub-millisecond latency to power internet-scale real-time applications.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Made by

Massdriver

Official

Yes

This bundle does not have an operator guide. Add one here.

VariableTypeDescription
cluster_mode_enabledbooleanCluster mode allows you to scale your cluster horizontally across multiple node groups. This is useful at massive scale (beyond limits of vertical scaling). NOTE: this setting cannot be changed after cluster creation.
node_groupsintegerNumber of node groups (shards) in the cluster. Each node group will have a primary node and the number of read replicas specified above.
node_typestringAWS node type to use for the cluster
redis_versionstringMajor Redis version to use
replicasintegerNumber of read replicas per node group. Each node group will have a single primary instace, and 0 to 5 read replicas. If you would like automatic fail-over for high-availability, you need at least 1 replica.
securebooleanEnabling this will auto-generate an auth token (password) and enable TLS encrypted client connections. NOTE: this setting cannot be changed after cluster creation.
subnet_typestringDeploy Redis to internal subnets (cannot reach the internet) or private subnets (internet egress traffic allowed)