devopsacademyau / 2020-feb-project1-group2

Creative Commons Attribution Share Alike 4.0 International
0 stars 2 forks source link

ECS with Fargate vs EC2 #5

Open deniseddi opened 4 years ago

deniseddi commented 4 years ago
deniseddi commented 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.

deniseddi commented 4 years ago

Group decision was made to adopt ECS using the EC2 launch type.