AWS elasticache endpoints address
(Redirected from Elasticache endpoints address)
Jump to navigation
Jump to search
for CLUSTER in $(aws elasticache describe-cache-clusters | grep CacheClusterId | cut -d'"' -f4); do aws elasticache describe-cache-clusters --show-cache-node-info --cache-cluster-id $CLUSTER | grep Address | cut -d'"' -f4; done
Related[edit]
See also[edit]
Advertising: