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
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
cluster_mode_enabled | boolean | Cluster 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_groups | integer | Number of node groups (shards) in the cluster. Each node group will have a primary node and the number of read replicas specified above. |
node_type | string | AWS node type to use for the cluster |
redis_version | string | Major Redis version to use |
replicas | integer | Number 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. |
secure | boolean | Enabling this will auto-generate an auth token (password) and enable TLS encrypted client connections. NOTE: this setting cannot be changed after cluster creation. |
subnet_type | string | Deploy Redis to internal subnets (cannot reach the internet) or private subnets (internet egress traffic allowed) |