Open deniseddi opened 4 years ago
ECS with EC2:
ECS with Fargate:
Fargate equals to minimal maintenance and it is easily scalable. On the downside, Fargate is not designed for persistent data storage. Fargate is generally used for transient workloads and I am assuming our datastore would be something we would want to persist. We can run persistent storage volumes with ECS on EC2.
Group decision was made to adopt ECS using the EC2 launch type.