1 Answer
- Newest
- Most votes
- Most comments
1
Hi ,
As your goal is to monitor the EFS for throughput. this can be monitored using the cloudwatch metrics. Refer to this documentation for the metrics already available https://docs.aws.amazon.com/efs/latest/ug/efs-metrics.html
You can access the metrics in 2 ways.
- From the EFS console, under the filesystem -> monitoring tab
- From the Cloudwatch console, under Metrics -> choose EFS namespace and you will find your filesystem
Refer to this document for detailed steps to access your EFS metrics https://docs.aws.amazon.com/efs/latest/ug/accessingmetrics.html
If you would like to get alerts, then configure cloudwatch alarms with thresholds for the metrics so it will send alerts using SNS subscriptions.
If you feel this response helps you, then "accept the answer" so the community get benefit. Thank you !
answered 3 years ago
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago

Thank you Gokul! But I wish that EFS would send logs to a log group inside CloudWatch. That's why I am trying to configure it using a CLI