SAA-C03 · Question #298
SAA-C03 Question #298: Real Exam Question with Answer & Explanation
The correct answer is A: Provision an Amazon RDS for MySQL DB instance with Provisioned IOPS SSD storage. Monitor. For a MySQL database experiencing high write operations, using Amazon RDS with Provisioned IOPS (io1 or io2) SSD storage is recommended to achieve consistent and low-latency performance. Provisioned IOPS allows you to specify a desired IOPS rate, which is crucial for write-intens
Question
A company wants to relocate its on-premises MySQL database to AWS. The database accepts regular imports from a client-facing application, which causes a high volume of write operations. The company is concerned that the amount of traffic might be causing performance issues within the application. Which solution will meet this requirement?
Options
- AProvision an Amazon RDS for MySQL DB instance with Provisioned IOPS SSD storage. Monitor
- BProvision an Amazon RDS for MySQL DB instance with General Purpose SSD storage. Place an
- CProvision an Amazon DocumentDB (with MongoDB compatibility) instance with a memory-
- DProvision an Amazon Elastic File System (Amazon EFS) file system in General Purpose
Explanation
For a MySQL database experiencing high write operations, using Amazon RDS with Provisioned IOPS (io1 or io2) SSD storage is recommended to achieve consistent and low-latency performance. Provisioned IOPS allows you to specify a desired IOPS rate, which is crucial for write-intensive workloads. Monitoring write operation metrics through Amazon CloudWatch enables you to observe performance and adjust the provisioned IOPS as needed to meet application demands.
Community Discussion
No community discussion yet for this question.