QuestionQ48
Data Store ManagementA company uses Amazon RDS for MySQL as the database for a critical application. The database workload consists mostly of writes, with only a small number of reads.
A data engineer observes that DB instance CPU utilization is very high. This high CPU utilization is slowing the application. The data engineer must reduce CPU utilization on the DB instance.
Which actions should the data engineer take to meet this requirement?
Choose two
- A Use the Performance Insights feature of Amazon RDS to identify queries that have high CPU utilization. Optimize the problematic queries.
- B Modify the database schema to include additional tables and indexes.
- C Reboot the RDS DB instance once each week.
- D Upgrade to a larger instance size.
- E Implement caching to reduce the database query load.
Community Discussion