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
preguntada hace un año331 visualizaciones
3 Respuestas
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
EXPERTO
respondido hace un año
  • 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
respondido hace un año
  • 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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas