I've come across numerous tutorials focusing on ECS and Fargate, but I'm struggling to find one that covers using ECS specifically with EC2. I'm in need of a comprehensive tutorial that demonstrates a scalable infrastructure where multiple services communicate effectively and contain more than one task. Additionally, I'm looking for a setup that allows for horizontal auto-scaling. Any recommendations would be greatly appreciated!
1 Answer
Hey there! I don't have a specific tutorial on hand, but I've been working with ECS/EC2 quite a bit. Is there something specific you'd like to know about?

What would be the proper setup for a cluster with 5 services if I only want one to scale horizontally? I tried using service connect, but encountered delays every time tasks were deployed on different EC2 instances. Despite reaching out to AWS support, I still couldn't figure it out. Any suggestions?