lox / ecsy

A command-line tool for provisioning and managing AWS ECS clusters
MIT License
25 stars 4 forks source link

Support without cloudformation #11

Closed vcastellm closed 7 years ago

vcastellm commented 7 years ago

It seems that this project is cloudformation based, we don't use cloudformation and we don't want to use it.

ecs-cli doesn't depends on cloudformation so this is not a real alternative for everyone.

This is not really a project issues, but just a comment.

lox commented 7 years ago

Cloudformation is how AWS manages groups of resources. Why would you want to implement that yourself?

vcastellm commented 7 years ago

I don't, we use terraform, if you want to know more https://www.terraform.io/intro/vs/cloudformation.html

lox commented 7 years ago

I'd consider implementing terraform support as an alternative. Are the terraform plans that you use available as open-source?