compose-x / ecs_composex

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions
https://docs.compose-x.io
Mozilla Public License 2.0
158 stars 16 forks source link

[Question] AWS CloudFormation template to composex yaml file #771

Open tvk134 opened 2 days ago

tvk134 commented 2 days ago

Is there a convenient way to convert/scrape a cloudformation template to a yaml file to give to the ecs-composex command?

JohnPreston commented 2 days ago

Hello. Oh, that is a great one. So you want to have compose-x scan a given service and create the compose file for it? Can you elaborate a little bit more on this?

EDIT: are you trying to do what's in https://github.com/compose-x/ecs_composex/issues/547 ?

tvk134 commented 16 hours ago

Hi John! I am trying to use ecs-composex to clone an existing aws stack. I have that stack's aws cloudformation template. I want to use this template to make a compose file. I was wondering if that's possible.

JohnPreston commented 8 hours ago

Okay and I presume that, this stack has the ECS Task & Service definition?