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
asked 10 months ago317 views
3 Answers
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
EXPERT
answered 10 months ago
  • 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
answered 10 months ago
  • 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
EXPERT
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions