How can I find what I have configured in ECS clusters, services, etc?

0

In ECS I have created a cluster. However, I cannot go back to edit the cluster to see what I had selected. The 'update' option only provides a limited subset of the items selected during the original cluster creation.

The same is true of all the other items created, for example the services.

I assume there is some JSON structure containing the configurations for each of these items but I do not know how to access it.

brianR
已提问 1 年前334 查看次数
3 回答
0

A tool called ecspresso may be used.
https://github.com/kayac/ecspresso
Once this is installed, the json configuration file can be retrieved from the existing ECS service with the following command.

ecspresso init --region ap-northeast-1 --cluster default --service myservice --config ecspresso.yml
profile picture
专家
已回答 1 年前
  • Okay, I will give that a try. So I guess there is no way to do this from the Console...

  • I didn't think I could do it from the console at the moment.

0

Under task definition, choose task, then JSON.

profile picture
已回答 1 年前
  • How about the cluster, service, and all the others? The task definition is the only one I can get.

0

Hi,

I don’t think you can do it from console, so you many need to recreate the cluster or use third parties tools

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则