1 回答
- 最新
- 投票最多
- 评论最多
0
You want to use the ListServices() API which will list all the services in your cluster. From the service, you can find the tasks running for it. You can also go with ListTasks() which will list all the tasks in the cluster, then you can work your way back to the service it belongs to.
I use boto3/python though, not Java, but the arguments to the API should be the same.
已回答 2 年前
相关内容
- AWS 官方已更新 4 个月前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前