Difference between revisions of "AWS elasticache endpoints address"
Jump to navigation
Jump to search
(Created page with " {{elasticache endpoint address}} == See also == * {{elasticache}} Category:Elasticache") |
|||
Line 4: | Line 4: | ||
+ | == Related == | ||
+ | * [[Endpoint]] | ||
== See also == | == See also == |
Revision as of 12:53, 20 January 2023
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
See also
Advertising: