terraforming icon indicating copy to clipboard operation
terraforming copied to clipboard

ECS support

Open dkniffin opened this issue 8 years ago • 11 comments

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

dkniffin avatar Jan 03 '17 21:01 dkniffin

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.

zbruhnke avatar Feb 12 '17 21:02 zbruhnke

+1

o6uoq avatar Mar 08 '17 17:03 o6uoq

@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.

dkniffin avatar Mar 08 '17 18:03 dkniffin

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

o6uoq avatar Mar 08 '17 18:03 o6uoq

+1 here

rafilkmp3 avatar Nov 29 '17 13:11 rafilkmp3

Subscribed

teamfighter avatar Aug 17 '18 11:08 teamfighter

+1 , subscribed

jasonventresca avatar Oct 10 '18 23:10 jasonventresca

+1

marcossv9 avatar Mar 21 '19 15:03 marcossv9

subscribe + thumbs up!

waqarkhan3389 avatar Jan 13 '20 11:01 waqarkhan3389

  • That will definitely helpful !

lbardelli avatar Jan 13 '20 11:01 lbardelli

+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.

Sirclicksalot avatar Mar 03 '20 01:03 Sirclicksalot