Questions tagged [aws-fargate]
The aws-fargate tag has no usage guidance.
2
questions
21
votes
2
answers
21k
views
AWS Fargate service: scale to zero?
I've recently migrated a small web application to AWS using Fargate and Aurora Serverless. The application doesn't get much traffic so my goal is to save cost while no one is using it. Aurora ...
7
votes
2
answers
2k
views
Is Fargate a good fit for independent containers that have low resource utilization?
I'm new to docker and ECS, so I might not use the right terms. Please let me know if I need to clarify.
My Scenario: I have a number of independent containers. Each container represents a web site. ...