AWS Certified SysOps Administrator – Associate — Question 382

A company is using an Amazon CloudWatch alarm to monitor the FreeLocalStorage metric for an Amazon Aurora PostgreSQL production database. The alarm goes into ALARM state and indicates that the database is running low on temporary storage. A SysOps administrator discovers that a weekly report is using most of the temporary storage that is currently allocated.

What should the SysOps administrator do to solve this problem?

Answer options

Correct answer: B

Explanation

Enabling storage auto scaling on the Amazon Aurora DB cluster allows the storage volume to dynamically expand to meet the demands of resource-intensive operations like weekly reporting. This automatically resolves the low temporary storage issue without requiring manual intervention. Other solutions, such as adding a read replica or enabling query plan management, do not directly scale the storage capacity of the database cluster.