ElastiCache Replication Groups¶
Provider: AWS
Service ID: elasticache_replication_groups
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'elasticache_replication_groups',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'replication_group_id', 'description', 'status', 'node_type', 'automatic_failover']
});
</script>
<div data-sd-service="elasticache_replication_groups" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'replication_group_id', 'description', 'status', 'node_type', 'automatic_failover']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
Resource display name (from tags or identifier) |
replication_group_id |
Replication Group ID | text |
From API field: ReplicationGroupId |
description |
Description | text |
From API field: Description |
status |
Status | status_badge |
From API field: Status |
node_type |
Node Type | text |
From API field: CacheNodeType |
engine |
Engine | text |
From API field: Engine. Default: redis |
automatic_failover |
Automatic Failover | status_badge |
From API field: AutomaticFailover |
multi_az |
Multi-AZ | boolean |
From API field: MultiAZEnabled |
member_clusters |
Member Clusters | tag_list |
From API field: MemberClusters |
cluster_enabled |
Cluster Mode | boolean |
From API field: ClusterEnabled |
= included in default view
Sort Order¶
Results are sorted by: name, replication_group_id