Difference between revisions of "Aws ecs list-clusters"
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 | grep arn | cut -d'"' -f2 aws ecs list-clusters | grep arn | cut -d'"' -f2 | cut -d "/" -f2
Related terms
aws list all
ecs-cli ps
aws eks list-clusters
aws ecs list-services --cluster
aws ecs list-tasks
aws ecs list-task-definitions
aws ecs list-container-instances
See also
Advertising: