Introduction
Running containers usually requires managing servers or clusters. Fargate lets you run containers without handling servers, so you focus only on your app.
When you want to run a containerized app but don't want to manage or patch servers.
When you need to quickly deploy a microservice without setting up infrastructure.
When you want to scale containers automatically without manual intervention.
When you want to pay only for the compute your containers use, not idle servers.
When you want to run containers alongside other AWS services easily.