Fargate ephemeral storage 200gb - per task or shared by all tasks?

0

Hi, according to : https://aws.amazon.com/about-aws/whats-new/2021/04/amazon-ecs-aws-fargate-configure-size-ephemeral-storage-tasks/

latest fargate version allows configuration up to 200GB. Is that 200GB shared by all tasks or each task get it's own 200GB of space? That is, when fargate scale up the number of tasks, are all tasks sharing a single 200GB space?

Or, if configured max number of tasks as 4. then we could get 4x200GB = 800GB of tasks while scaling up to the max number?

已提問 2 年前檢視次數 1404 次
1 個回答
0
已接受的答案

Ephemeral storage is allocated per task basis and is not shared. That also means you don't get 800GB of shared storage, but each task will have access to up to 200GB ephemeral storage.

However, for each task, you do need to pay the per GB per hour beyond 20GB.

Jason_S
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南