Skip to main content

Questions tagged [aws-fargate]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
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 ...
computmaxer's user avatar
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. ...
Felix's user avatar
  • 173