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
질문됨 일 년 전333회 조회
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
전문가
답변함 일 년 전
  • 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
답변함 일 년 전
  • 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
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠