Skip to main content
Version: 0.1.9

cache_cluster

Table to manage ElastiCache clusters. A cluster is a collection of one or more cache nodes, all of which run an instance of the Redis cache engine software. When you create a cluster, you specify the engine and version for all of the nodes to use.

See

https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Clusters.html

Columns

cluster_id: string

Internal AWS ID for the cluster

engine: engine

Engine to use for the cluster

node_type: string

Node type to use as a base for the cluster deployment

See

https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNodes.SupportedTypes.html

Optional num_nodes: number

Number of nodes to deploy for this specific cluster

See

https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/cluster-create-determine-requirements.html

region: string

Region for the cluster