Difference between revisions of "Aws ecs describe-services"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
* <code>[[service your-service-name has reached a steady state]]</code>
 
* <code>[[service your-service-name has reached a steady state]]</code>
 
* <code>[[is unable to consistently start tasks successfully]]</code>
 
* <code>[[is unable to consistently start tasks successfully]]</code>
[[has started 1 tasks]]
+
* <code>[[has started 1 tasks]]</code>
 
+
* <code>[[deregistered]]</code>
[[deregistered]]
 
  
 
== Related ==
 
== Related ==

Revision as of 18:49, 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: