Template:List all services

From wikieduonline
Revision as of 10:54, 24 April 2023 by Welcome (talk | contribs) (Created page with " for CLUSTER in $(aws ecs list-clusters | grep arn | cut -d'"' -f2 | cut -d "/" -f2); do aws ecs list-services --cluster $CLUSTER | grep arn | cut -d'"' -f2 | cut -d "...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
for CLUSTER in $(aws ecs list-clusters | grep arn  | cut -d'"' -f2 | cut -d "/" -f2); do 
     aws ecs list-services --cluster $CLUSTER | grep arn | cut -d'"' -f2 | cut -d "/" -f3
done

Advertising: