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
gefragt vor einem Jahr335 Aufrufe
3 Antworten
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
EXPERTE
beantwortet vor einem Jahr
  • 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
beantwortet vor einem Jahr
  • 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
EXPERTE
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen