AWS Certified Database – Specialty — Question 8

A company has a production Amazon Aurora Db cluster that serves both online transaction processing (OLTP) transactions and compute-intensive reports. The reports run for 10% of the total cluster uptime while the OLTP transactions run all the time. The company has benchmarked its workload and determined that a six- node Aurora DB cluster is appropriate for the peak workload.
The company is now looking at cutting costs for this DB cluster, but needs to have a sufficient number of nodes in the cluster to support the workload at different times. The workload has not changed since the previous benchmarking exercise.
How can a Database Specialist address these requirements with minimal user involvement?

Answer options

Correct answer: D

Explanation

The correct answer is D because automatic scaling allows the cluster to dynamically adjust the number of reader nodes based on real-time reporting demands, optimizing costs without requiring manual intervention. Option A suggests splitting the cluster, which complicates management and may introduce latency. Option B focuses on evaluating workload but does not provide a solution for scaling. Option C involves stopping the cluster, which can lead to downtime and is not efficient for handling fluctuating workloads.