Difference between revisions of "Aws ecs list-services"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
  aws ecs list-services
 
  aws ecs list-services
 
  An error occurred (ClusterNotFoundException) when calling the ListServices operation: Cluster not found.
 
  An error occurred (ClusterNotFoundException) when calling the ListServices operation: Cluster not found.
 +
 +
 +
for SERVICES=$(aws ecs list-services --cluster [[your-cluster]] | grep YOUR-TEXT | grep . |  cut -d":" -f6- | cut -d'"' -f1); do echo $SERVICES; done
  
 
== Related ==
 
== Related ==

Revision as of 10:18, 21 March 2023

Advertising: