AWS Certified Database – Specialty — Question 200

A company is using an Amazon RDS Multi-AZ DB instance in its development environment. The DB instance uses General Purpose SSD storage. The DB instance provides data to an application that has I/O constraints and high online transaction processing (OLTP) workloads. The users report that the application is slow.

A database specialist finds a high degree of latency in the database writes. The database specialist must decrease the database latency by designing a solution that minimizes operational overhead.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because switching to Provisioned IOPS SSD storage significantly enhances I/O performance, which is essential for OLTP workloads experiencing latency issues. Options A and B do not address the underlying storage performance problem, while option D, although effective, involves more operational overhead due to the need to recreate the instance and reload data.