AWS Certified Database – Specialty — Question 152

A financial services company has an application deployed on AWS that uses an Amazon Aurora PostgreSQL DB cluster. A recent audit showed that no log files contained database administrator activity. A database specialist needs to recommend a solution to provide database access and activity logs. The solution should use the least amount of effort and have a minimal impact on performance.
Which solution should the database specialist recommend?

Answer options

Correct answer: C

Explanation

The correct answer is C because enabling Aurora Database Activity Streams in asynchronous mode provides a low-impact way to log database activity without significantly affecting performance. Option A is incorrect as synchronous mode may introduce latency. Option B does not capture detailed database-specific activities, and option D focuses on network access control rather than logging database activities.