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

You are running a database on an EC2 instance, with the data stored on Elastic Block Store (EBS) for persistence. At times throughout the day, you are seeing large variance in the response times of the database queries Looking into the instance with the isolate command you see a lot of wait time on the disk volume that the database's data is stored on.
What two ways can you improve the performance of the database's storage while maintaining the current persistence of the data? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Moving to an EBS-Optimized Instance (Option B) ensures that the disk throughput to the EBS volumes is maximized, reducing latency and improving performance. Utilizing Provisioned IOPS EBS (Option C) allows for higher and more consistent IOPS, which directly benefits database operations. The other options do not provide the same level of performance improvement while maintaining data persistence.