AWS elasticache endpoints address
Revision as of 12:52, 20 January 2023 by Ant (talk | contribs) (Created page with " {{elasticache endpoint address}} == See also == * {{elasticache}} Category:Elasticache")
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
See also
Advertising: