Skip to content

ElastiCache Clusters

Provider: AWS
Service ID: elasticache_clusters
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'elasticache_clusters',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'cluster_id', 'engine', 'engine_version', 'node_type', 'status']
});
</script>

<div data-sd-service="elasticache_clusters" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'cluster_id', 'engine', 'engine_version', 'node_type', 'status', 'num_nodes']

All Attributes

Attribute Display Name Format Description
name Name text Resource display name (from tags or identifier)
cluster_id Cluster ID text From API field: CacheClusterId
engine Engine text From API field: Engine
engine_version Engine Version text From API field: EngineVersion
node_type Node Type text From API field: CacheNodeType
status Status status_badge From API field: CacheClusterStatus
num_nodes Num Nodes text From API field: NumCacheNodes
preferred_az Preferred AZ text From API field: PreferredAvailabilityZone
subnet_group Subnet Group text From API field: CacheSubnetGroupName
created Created datetime From API field: CacheClusterCreateTime

= included in default view

Sort Order

Results are sorted by: name, cluster_id