About how to monitor ephemeral storage usage in Fargate

0

From Apr 30, 2021, Amazon ECS on AWS Fargate allows you to configure the size of ephemeral storage for Tasks. However, I am consider about ways so that I monitor the usage of ephemeral storage . Is there anyway but use a sidecar container to get the storage capacity and send custom metrics to CloudWatch?

Thank you so much!

2 Answers
1
Accepted Answer

Hi,

As you've mentioned, there's no native CloudWatch metrics of the ephemeral storage usage, the only workarounds i see would be

AWS
Julien
answered 2 years ago
1

You can use the "/" partition to determine the amount of free space left in the Fargate task. There's a plan to publish an ephemeral storage/disk utilization metric via container insights by service team but timeline is not clear at this time.

AWS
answered 2 years ago

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