dtan4 / terraforming

Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained
http://terraforming.dtan4.net/
MIT License
4.3k stars 659 forks source link

ECS support #297

Open dkniffin opened 7 years ago

dkniffin commented 7 years ago

It looks like the tool doesn't support ECS currently. It would be awesome if it did :)

zbruhnke commented 7 years ago

Not my project but it should support ECS as ECS is just an abstraction of raw EC2 instances, security groups, launch configurations, auto scaling groups etc. An ECS cluster is simply made up of a handful of resources and grouped together.

o6uoq commented 7 years ago

+1

dkniffin commented 7 years ago

@zbruhnke ECS creates those resources, but there's more to it than that. With terraform, you can create the cluster, the service, and the task definition. You also often need an ELB, with ELB attachments, which I can't remember if this tool supports.

o6uoq commented 7 years ago

Agreed, ECS support would add a lot of value to terraforming (especially for me!). Hope to see it soon.

rafilkmp3 commented 6 years ago

+1 here

teamfighter commented 6 years ago

Subscribed

jasonventresca commented 5 years ago

+1 , subscribed

marcossv9 commented 5 years ago

+1

waqarkhan3389 commented 4 years ago

subscribe + thumbs up!

lbardelli commented 4 years ago
Sirclicksalot commented 4 years ago

+1, subscribed. Also;

I'd say that without support for Fargate, @dbruhnke's point is more valid. Most of the elements of an ECS cluster (aside from task definitions/services) are mostly already available here. Which is to say that Fargate support seems pretty important, since a Fargate cluster doesn't allow for instance-level visibility.