What's the difference between EphemeralStorageReserved and MemoryReserved on ECS Fargate?

0

I don't understand the difference between EphemeralStorageReserved and MemoryReserved on ECS Fargate. My task definition specifies 4gb for the 'memory' attribute. I'm seeing MemoryReserved is 4gb while EphemeralStorageReserved is around 20gb. Which one should I be caring about?

leveler
質問済み 2年前297ビュー
1回答
0

If I understand correctly, you want MemoryReserved. The other is for temporarily storing data not for processing the workloads.

profile picture
回答済み 2年前
  • We're using fargate for an API server for ephemeral storage is typically fine. My process is saying that I'm running out of memory but both graphs show that there is much more room in storage so I was trying to figure out why.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ