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年前
関連するコンテンツ
- 質問済み 4年前
- 質問済み 7年前
- AWS公式更新しました 4ヶ月前
- AWS公式更新しました 6ヶ月前