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
asked a year ago293 views
1 Answer
0

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

profile picture
answered a year ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions