An SAP system on AWS uses a shared file system via Amazon EFS mounted on multiple EC2 instances. Users report that file operations are slow. Which metric in Amazon CloudWatch should be analyzed to determine if the EFS file system's throughput is being throttled?
If BurstCreditBalance is low or zero, the file system is throttled.
Why this answer
(BurstCreditBalance) is correct because the BurstCreditBalance metric indicates the remaining burst credits for an EFS file system. When burst credits are exhausted, throughput is throttled. Option A (PercentIOLimit) is not a standard CloudWatch metric for EFS.
Option C (DataReadIOBytes) measures the number of bytes read, not throttling. Option D (MeteredIOBytes) measures the metered I/O size, not directly related to throttling.