An SAP administrator runs the commands above to inspect the volumes attached to an EC2 instance that hosts an SAP HANA database. The database log files are stored on /dev/sdf. What is a potential issue with this configuration?
HANA log volumes require high IOPS; io1 or io2 are recommended.
Why this answer
Gp3 volumes may not provide sufficient IOPS for HANA log writes, which require high IOPS and low latency. Options B, C, and D are incorrect: /dev/sdf is a standard device name, DeleteOnTermination=false is fine for persistence, and encryption is not shown to be an issue.