Difference between revisions of "Aws ecs list-clusters"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
 
  aws ecs list-clusters | grep arn  | cut -d'"' -f2
 
  aws ecs list-clusters | grep arn  | cut -d'"' -f2
 +
aws ecs list-clusters | grep arn  | cut -d'"' -f2 | cut -d "/" -f2
  
 
== Related terms ==
 
== Related terms ==

Revision as of 10:49, 24 April 2023

  • aws ecs list-clusters
  • aws ecs list-clusters | grep arn


aws ecs list-clusters | grep arn  | cut -d'"' -f2
aws ecs list-clusters | grep arn  | cut -d'"' -f2 | cut -d "/" -f2

Related terms

See also

Advertising: