Amazon Elastic File System (Amazon EFS) - Amazon CloudWatch
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Amazon Elastic File System (Amazon EFS)

The following example shows a component configuration in JSON format for Amazon EFS.

{ "alarmMetrics": [ { "alarmMetricName": "BurstCreditBalance", "monitor": true }, { "alarmMetricName": "PercentIOLimit", "monitor": true }, { "alarmMetricName": "PermittedThroughput", "monitor": true }, { "alarmMetricName": "MeteredIOBytes", "monitor": true }, { "alarmMetricName": "TotalIOBytes", "monitor": true }, { "alarmMetricName": "DataWriteIOBytes", "monitor": true }, { "alarmMetricName": "DataReadIOBytes", "monitor": true }, { "alarmMetricName": "MetadataIOBytes", "monitor": true }, { "alarmMetricName": "ClientConnections", "monitor": true }, { "alarmMetricName": "TimeSinceLastSync", "monitor": true }, { "alarmMetricName": "Throughput", "monitor": true }, { "alarmMetricName": "PercentageOfPermittedThroughputUtilization", "monitor": true }, { "alarmMetricName": "ThroughputIOPS", "monitor": true }, { "alarmMetricName": "PercentThroughputDataReadIOBytes", "monitor": true }, { "alarmMetricName": "PercentThroughputDataWriteIOBytes", "monitor": true }, { "alarmMetricName": "PercentageOfIOPSDataReadIOBytes", "monitor": true }, { "alarmMetricName": "PercentageOfIOPSDataWriteIOBytes", "monitor": true }, { "alarmMetricName": "AverageDataReadIOBytesSize", "monitor": true }, { "alarmMetricName": "AverageDataWriteIOBytesSize", "monitor": true } ], "logs": [ { "logGroupName": "/aws/efs/utils", "logType": "EFS_MOUNT_STATUS", "monitor": true, } ] }