AWS Certified Database – Specialty — Question 275

A company has an application environment that deploys Amazon Aurora PostgreSQL databases as part of its CI/CD process that uses AWS CloudFormation. The company's database administrator has received reports of performance issues from the resulting database but has no way to investigate the issues.

Which combination of changes must the database administrator make to the database deployment to automate the collection of performance data? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Enabling Amazon CloudWatch monitoring on the Aurora PostgreSQL DB instances via CloudFormation ensures that vital system-level performance metrics are automatically gathered and visualized. Concurrently, activating AWS CloudTrail across the AWS accounts records API calls and management events, allowing the database administrator to correlate performance anomalies with configuration changes or user actions.