AWS Certified SysOps Administrator – Associate (legacy) — Question 506

A company is using AWS Storage Gateway to create block storage volumes and mount them as Internet Small Computer Systems Interface (iSCSI) devices from on-premises servers. As the Storage Gateway has taken on several new projects, some of the Development teams report that the performance of the iSCSI drives has degraded. When checking the Amazon CloudWatch metrics, a SysOps Administrator notices that the CacheHitPercent metric is below 60% and the
CachePercentUsed metric is above 90%.
What steps should the Administrator take to increase Storage Gateway performance?

Answer options

Correct answer: B

Explanation

A high CachePercentUsed (above 90%) combined with a low CacheHitPercent (below 60%) indicates that the gateway's local cache is too small to handle the working dataset, forcing the gateway to fetch data from S3 and causing latency. Increasing the size of the local cache disk allows more frequently accessed data to be stored locally, which improves performance. Modifying block sizes, setting up RAID 1, or flushing the cache with snapshots will not resolve the underlying capacity issue of the cache.