Difference between revisions of "Aws ecs describe-services"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
== See also == | == See also == | ||
+ | * {{aws ecs describe-services}} | ||
* {{aws ecs}} | * {{aws ecs}} | ||
* {{ecs service}} | * {{ecs service}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Revision as of 18:51, 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
service your-service-name has reached a steady state
is unable to consistently start tasks successfully
has started 1 tasks
deregistered
Related
See also
Advertising: