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
- A. Move to an SSD backed instance
- B. Move the database to an EBS-Optimized Instance
- C. T Use Provisioned IOPs EBS
- D. Use the ephemeral storage on an m2 4xiarge Instance Instead
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.