|
|
|
The ideal use case for ECS is dependent on how you deploy the application. If you have an application built of many small containerized microservices, require batch processing, or have small workloads with occasional spikes of activity, use Fargate. If you need to directly manage your own infrastructure, or have a very busy application that will require consistently high usage of CPU or memory, use EC2.
|