AWS Certified SysOps Administrator – Associate (legacy) — Question 366
Which of the below mentioned AWS RDS logs cannot be viewed from the console for MySQL?
Answer options
- A. Error Log
- B. Slow Query Log
- C. Transaction Log
- D. General Log
Correct answer: C
Explanation
Amazon RDS for MySQL allows administrators to view, download, and monitor the Error Log, Slow Query Log, and General Log directly from the AWS Management Console. In contrast, Transaction Logs (such as InnoDB redo logs) are managed internally by the database engine to ensure ACID compliance and cannot be viewed directly through the console interface.