Difference between revisions of "Template:Elasticache endpoint address"

From wikieduonline
Jump to navigation Jump to search
(Created page with " for CLUSTER in $(aws elasticache describe-cache-clusters | grep CacheClusterId | cut -d'"' -f4); do aws elasticache describe-cache-clusters --show-cache-node-info --cache...")
 
 
Line 1: Line 1:
  [[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
+
  [[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

Latest revision as of 12:52, 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

Advertising: