I've been exploring various tutorials about ECS and Fargate, but I can't find one that focuses specifically on using ECS with EC2. I'm looking for a comprehensive guide that helps me set up a scalable infrastructure where multiple services can interact with each other, ideally with horizontal auto-scaling. If anyone has a solid tutorial to recommend, I'd really appreciate it! Thanks a lot!
2 Answers
You might find this workshop helpful: https://catalog.us-east-1.prod.workshops.aws/workshops/4b59b9fb-48b6-461c-9377-907b2e33c9df/en-US/introduction. There are other relevant resources too on https://workshops.aws/card/ecs that could be useful for your needs!
Hey there! While I don't have a specific tutorial for you, I work with ECS/EC2 pretty frequently. What specific aspects are you trying to figure out?
I'm mainly trying to set up a cluster with five services, but I want only one to scale horizontally. I've tried using service connect, but with tasks spread across different EC2 instances, I'm experiencing delays with requests. Even after contacting AWS support, I couldn't pinpoint the issue.
Thanks a ton for sharing! I'll definitely check these out.