aws-samples / ecs-refarch-cloudformation

A reference architecture for deploying containerized microservices with Amazon ECS and AWS CloudFormation (YAML)
Apache License 2.0
1.69k stars 1.32k forks source link

Would like to see a Fargate version of this #41

Open joannbrereton opened 6 years ago

joannbrereton commented 6 years ago

I've been working through the process of building out an ECS Fargate implementation of our application. I'm somewhat new to AWS and ECS in particular, so this template has been a godsend. I'd love to see an adaptation for Fargate.

PaulMaddox commented 6 years ago

This is being worked on at the moment by a colleague here at AWS. We will look to publish it soon. I'll leave this issue open until we do.

nodox commented 6 years ago

Also looking for a Fargate implementation of this architecture!

dougtoppin commented 6 years ago

Is there any update on Fargate support? I am just interested if it might be days, weeks or months type granularity.

wichert commented 6 years ago

Won't it make more sense to do that as a separate project? I'm not sure how fargate slots into this specific project.

dougtoppin commented 6 years ago

Supporting the existing configuration templates in the EC2 based project would be helpful. Examples are 2 AZs, ALB, SGs and so on. So it is not that this project needs the support just that using it as a model would be most helpful for existing users to reduce changes to make use of it for moving to Fargate. This project is an excellent reference for EC2 based ECS.

agalazis commented 6 years ago

I think fargate actually deprecates the need of this(ecs cluster setup) only for some cases where you are willing to go on demand or pay more so no need to add it here

jugg1es commented 6 years ago

any word on the fargate version? This template works for Fargate too, but it has stuff in it that a fargate cluster does not need.

rmoriz commented 5 years ago

A year later: Any progress?

JElchison commented 2 years ago

Related items I've found on my search for similar things: