Difference between revisions of "Aws ecs describe-services"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
 
* <code>[[aws ecs create-service]]</code>
 
* <code>[[aws ecs create-service]]</code>
 
* [[Amazon ECS Service event messages]]
 
* [[Amazon ECS Service event messages]]
* [[aws logs]]
+
* <code>[[aws logs]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 18:50, 10 July 2023

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/describe-services.html

aws ecs describe-services  --cluster your-cluster --services service-name 

aws ecs describe-services --cluster your-cluster --services service-name | grep messages
aws ecs describe-services --cluster your-cluster --services service-name | egrep "createdAt|message"
aws ecs describe-services --cluster your-cluster --services service-name | grep failedTasks


Messages

Related

See also

Advertising: