Difference between revisions of "Aws ecs describe-services"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/describe-services.html | 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 == | == Messages == | ||
* <code>[[service your-service-name has reached a steady state]]</code> | * <code>[[service your-service-name has reached a steady state]]</code> | ||
− | * [[is unable to consistently start tasks successfully]] | + | * <code>[[is unable to consistently start tasks successfully]]</code> |
+ | * <code>[[has started 1 tasks]]</code> | ||
+ | * <code>[[deregistered]]</code> | ||
== Related == | == Related == | ||
Line 11: | Line 20: | ||
* <code>[[aws ecs create-service]]</code> | * <code>[[aws ecs create-service]]</code> | ||
* [[Amazon ECS Service event messages]] | * [[Amazon ECS Service event messages]] | ||
+ | * <code>[[aws logs]]</code> | ||
+ | * <code>[[aws rds describe-events]]</code> | ||
== See also == | == See also == | ||
+ | * {{aws ecs describe-services}} | ||
* {{aws ecs}} | * {{aws ecs}} | ||
* {{ecs service}} | * {{ecs service}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 09:07, 5 March 2024
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[edit]
service your-service-name has reached a steady state
is unable to consistently start tasks successfully
has started 1 tasks
deregistered
Related[edit]
aws ecs list-services
aws ecs create-service
- Amazon ECS Service event messages
aws logs
aws rds describe-events
See also[edit]
Advertising: